diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-01-30 19:47:43 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-02-10 00:24:00 +0100 |
commit | f623e07f0c3c743ada6be049b83a01ab2da825ad (patch) | |
tree | e04f66b48ce9817c430ecd0d8611e5238e76f48a /cmd | |
parent | 268ec6e00e57497b96ebd4a5a5dc60b821e13fb0 (diff) | |
download | u-boot-f623e07f0c3c743ada6be049b83a01ab2da825ad.tar.gz |
efi_loader: fix the online help for bootefi bootmgr
The bootefi command is missing in the online help for
bootefi bootmgr.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/bootefi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bootefi.c b/cmd/bootefi.c index 4233d36b72..2106ed9c8c 100644 --- a/cmd/bootefi.c +++ b/cmd/bootefi.c @@ -411,7 +411,7 @@ static char bootefi_help_text[] = " Use environment variable efi_selftest to select a single test.\n" " Use 'setenv efi_selftest list' to enumerate all tests.\n" #endif - "bootmgr [fdt addr]\n" + "bootefi bootmgr [fdt addr]\n" " - load and boot EFI payload based on BootOrder/BootXXXX variables.\n" "\n" " If specified, the device tree located at <fdt address> gets\n" |