[PATCH] cmd: cyclic: Remove duplicate command name in help text

Stefan Roese sr at denx.de
Thu Aug 10 17:26:00 CEST 2023


On 8/4/23 17:53, Alexander Dahl wrote:
> Function 'cmd_usage()' already prints one command in usage before
> printing out the help text given to the U_BOOT_CMD_WITH_SUBCMDS macro.
> 
> Wrong previous output:
> 
>      Usage:
>      cyclic cyclic demo <cycletime_ms> <delay_us> - register cyclic demo function
>      cyclic list - list cyclic functions
> 
> Signed-off-by: Alexander Dahl <ada at thorsis.com>

Applied to u-boot-watchdog/master

Thanks,
Stefan

> ---
>   cmd/cyclic.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmd/cyclic.c b/cmd/cyclic.c
> index 97324d8240..946f1d7818 100644
> --- a/cmd/cyclic.c
> +++ b/cmd/cyclic.c
> @@ -77,7 +77,7 @@ static int do_cyclic_list(struct cmd_tbl *cmdtp, int flag, int argc,
>   }
>   
>   static char cyclic_help_text[] =
> -	"cyclic demo <cycletime_ms> <delay_us> - register cyclic demo function\n"
> +	"demo <cycletime_ms> <delay_us> - register cyclic demo function\n"
>   	"cyclic list - list cyclic functions\n";
>   
>   U_BOOT_CMD_WITH_SUBCMDS(cyclic, "Cyclic", cyclic_help_text,
> 
> base-commit: 989892f5805dc205033c4723bc8e024472564d16

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list