mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
268ec6e00e
commit
f623e07f0c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue