diff options
author | Heinrich Schuchardt | 2020-01-07 07:48:15 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2020-01-07 18:08:21 +0100 |
commit | 07e2fe797115b1239c513ba12caa017978322da0 (patch) | |
tree | 084b0338702b05f65d25e98256f0ec23d9afcdf3 /cmd | |
parent | 986e0648840710b55a93587fc166296365e03f24 (diff) |
cmd: efidebug: capitalize UEFI
%s/uefi/UEFI/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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 78fc6497827..576e95b395d 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 |