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
8fcd62a9a22a ("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>
#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,