test: Fix the help for the ut command
The font help has an incorrect newline. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: cdd964e380 ("test: Tidy up help for ut command")
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user