mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 12:25:27 +00:00
test: Fix the help for the ut command
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>
This commit is contained in:
parent
7e6e40c572
commit
c8659ca88c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ static char ut_help_text[] =
|
||||||
"\nfdt - fdt command"
|
"\nfdt - fdt command"
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_CONSOLE_TRUETYPE
|
#ifdef CONFIG_CONSOLE_TRUETYPE
|
||||||
"\nut font - font command"
|
"\nfont - font command"
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_CMD_LOADM
|
#ifdef CONFIG_CMD_LOADM
|
||||||
"\nloadm - loadm command parameters and loading memory blob"
|
"\nloadm - loadm command parameters and loading memory blob"
|
||||||
|
|
Loading…
Add table
Reference in a new issue