git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb698b0
)
test: Fix the help for the ut command
author
Simon Glass
<sjg@chromium.org>
Tue, 17 Jan 2023 17:47:17 +0000
(10:47 -0700)
committer
Tom Rini
<trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000
(18:11 -0500)
The font help has an incorrect newline. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes:
cdd964e3801
("test: Tidy up help for ut command")
test/cmd_ut.c
patch
|
blob
|
history
diff --git
a/test/cmd_ut.c
b/test/cmd_ut.c
index
067bd08
..
1713d0d
100644
(file)
--- 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"