summaryrefslogtreecommitdiff
path: root/cmd/efidebug.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-01-07 07:48:15 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-01-07 18:08:21 +0100
commit07e2fe797115b1239c513ba12caa017978322da0 (patch)
tree084b0338702b05f65d25e98256f0ec23d9afcdf3 /cmd/efidebug.c
parent986e0648840710b55a93587fc166296365e03f24 (diff)
cmd: efidebug: capitalize UEFI
%s/uefi/UEFI/g Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'cmd/efidebug.c')
-rw-r--r--cmd/efidebug.c8
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