From: Simon Glass Date: Tue, 17 Jan 2023 17:47:17 +0000 (-0700) Subject: test: Fix the help for the ut command X-Git-Tag: baikal/mips/sdk5.8.2~5^2~79^2~63 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=ae3c2a6fed415cc342f9a38683de65d70f8d7823;p=uboot.git test: Fix the help for the ut command The font help has an incorrect newline. Fix it. Signed-off-by: Simon Glass Fixes: e0256d4d5d4 ("test: Tidy up help for ut command") --- diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 067bd0828a..1713d0d1c8 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -189,7 +189,7 @@ static char ut_help_text[] = "\nfdt - fdt command" #endif #ifdef CONFIG_CONSOLE_TRUETYPE - "\nut font - font command\n" + "\nut font - font command" #endif #ifdef CONFIG_CMD_LOADM "\nloadm - loadm command parameters and loading memory blob"