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:
Simon Glass
2023-01-23 18:11:39 -05:00
committed by Tom Rini
parent cb698b0a3e
commit f229a8ee7e
+1 -1
View File
@@ -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"