]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Fix the help for the ut command
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 12 Aug 2023 22:16:41 +0000 (00:16 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Aug 2023 19:17:52 +0000 (15:17 -0400)
Drop the 'ut' prefix, this is superfluous and not present in
any of the other ut tests.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/cmd_ut.c

index 0cb514490b91a7c7d0f3c78e4fb140b6095764c3..0f56409e8031449e49109e29793a24deb0432906 100644 (file)
@@ -201,7 +201,7 @@ static char ut_help_text[] =
        "\nfdt - fdt command"
 #endif
 #ifdef CONFIG_CONSOLE_TRUETYPE
-       "\nut font - font command"
+       "\nfont - font command"
 #endif
 #ifdef CONFIG_CMD_LOADM
        "\nloadm - loadm command parameters and loading memory blob"