[PATCH] test: Fix the help for the ut command

Marek Vasut marek.vasut+renesas at mailbox.org
Sun Aug 13 00:16:41 CEST 2023


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 at mailbox.org>
---
Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
Cc: Linus Walleij <linus.walleij at linaro.org>
Cc: Simon Glass <sjg at chromium.org>
Cc: Stephen Carlson <stcarlso at linux.microsoft.com>
---
 test/cmd_ut.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cmd_ut.c b/test/cmd_ut.c
index 0cb514490b9..0f56409e803 100644
--- a/test/cmd_ut.c
+++ b/test/cmd_ut.c
@@ -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"
-- 
2.40.1



More information about the U-Boot mailing list