mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 14:38:58 +00:00
cmd: event: Remove additional event description
The first name is taken from command name that's why shouldn't be listed in
help. The similar change was also done by commit a84d3b6c56
("cmd: pwm:
Remove additional pwm description").
Also remove additional spaces in help message.
Before:
event event list - list event spies
After:
event list - list event spies
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
4c2e23fe86
commit
5c006e7cb3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ static int do_event_list(struct cmd_tbl *cmdtp, int flag, int argc,
|
|||
|
||||
#ifdef CONFIG_SYS_LONGHELP
|
||||
static char event_help_text[] =
|
||||
"event list - list event spies";
|
||||
"list - list event spies";
|
||||
#endif
|
||||
|
||||
U_BOOT_CMD_WITH_SUBCMDS(event, "Events", event_help_text,
|
||||
|
|
Loading…
Add table
Reference in a new issue