cmd: efidebug: capitalize UEFI
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 06:48:15 +0000 (07:48 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:21 +0000 (18:08 +0100)
%s/uefi/UEFI/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c

index 78fc649..576e95b 100644 (file)
@@ -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