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:
7e6e40c
)
test: Fix the help for the ut command
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sat, 12 Aug 2023 22:16:41 +0000
(
00:16
+0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 22 Aug 2023 19:17:52 +0000
(15:17 -0400)
Drop the 'ut' prefix, this is superfluous and not present in
any of the other ut tests.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/cmd_ut.c
patch
|
blob
|
history
diff --git
a/test/cmd_ut.c
b/test/cmd_ut.c
index
0cb5144
..
0f56409
100644
(file)
--- 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
- "\n
ut
font - font command"
+ "\nfont - font command"
#endif
#ifdef CONFIG_CMD_LOADM
"\nloadm - loadm command parameters and loading memory blob"