]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
efi_loader: fix the online help for bootefi bootmgr
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 30 Jan 2018 18:47:43 +0000 (19:47 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 9 Feb 2018 23:24:00 +0000 (00:24 +0100)
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>
cmd/bootefi.c

index 4233d36b72288c7fb611826aacc65eff2892693a..2106ed9c8c8b9af778d814d4921c5d2266acc9bb 100644 (file)
@@ -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"