From: Marek Vasut Date: Sat, 12 Aug 2023 22:16:41 +0000 (+0200) Subject: test: Fix the help for the ut command X-Git-Tag: v2025.01-rc5-pxa1908~847^2~31^2~14 X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=c8659ca88c52acb2c00928f4534402b69b1e64a5;p=u-boot.git test: Fix the help for the ut command Drop the 'ut' prefix, this is superfluous and not present in any of the other ut tests. Signed-off-by: Marek Vasut Reviewed-by: Simon Glass --- diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 0cb514490b..0f56409e80 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"