[PATCH] cmd: demo: Remove duplicated help message for list subcommand

Simon Glass sjg at chromium.org
Fri Aug 14 14:54:36 CEST 2020


On Thu, 13 Aug 2020 at 02:12, Michal Simek <michal.simek at xilinx.com> wrote:
>
> There is no need to show demo list description twice when help demo is
> performed. The patch removes duplicated entry.
>
> Current state:
> => help demo
> demo - Driver model (dm) demo operations
>
> Usage:
> demo list                     List available demo devices
> demo hello <num> [<char>]     Say hello
> demo light [<num>]            Set or get the lights
> demo status <num>             Get demo device status
> demo list                     List available demo devices
>
> Fixes: a02af4aeece4 ("dm: demo: Add a simple GPIO demonstration")
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  cmd/demo.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list