On Tue, 17 Jan 2023 at 03:44, Michal Simek <michal.si...@amd.com> wrote: > > 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 a84d3b6c5634 ("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.si...@amd.com> > --- > > cmd/event.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>