]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: event: Remove additional event description
authorMichal Simek <michal.simek@amd.com>
Tue, 17 Jan 2023 10:44:45 +0000 (11:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 18 Jan 2023 17:46:13 +0000 (12:46 -0500)
commita6df28b9593cab81749f89b23a84991cee1e81e5
treed33bbc7f210ed0739c9b90320be3103ebca6905b
parenta8c0cc307fd6d007f9952df63e9898ee3bd6219b
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 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>
cmd/event.c