]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: cyclic: Remove duplicate command name in help text
authorAlexander Dahl <ada@thorsis.com>
Fri, 4 Aug 2023 15:53:23 +0000 (17:53 +0200)
committerStefan Roese <sr@denx.de>
Thu, 10 Aug 2023 06:39:11 +0000 (08:39 +0200)
commitf27f8c3c677843dcc9c804e5259f08bd44b0504f
treef77ac3bd6cd8399aca4c096252b71d3baee82a36
parent4bba260d2b37a0ad93ab990efae798f705aa6877
cmd: cyclic: Remove duplicate command name in help text

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@thorsis.com>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/cyclic.c