diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/efidebug.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/efidebug.c b/cmd/efidebug.c index 78fc649782..576e95b395 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -1149,15 +1149,15 @@ static char efidebug_help_text[] = " - set/show UEFI boot order\n" "\n" "efidebug devices\n" - " - show uefi devices\n" + " - show UEFI devices\n" "efidebug drivers\n" - " - show uefi drivers\n" + " - show UEFI drivers\n" "efidebug dh\n" - " - show uefi handles\n" + " - show UEFI handles\n" "efidebug images\n" " - show loaded images\n" "efidebug memmap\n" - " - show uefi memory map\n" + " - show UEFI memory map\n" "efidebug tables\n" " - show UEFI configuration tables\n"; #endif |