]> git.dujemihanovic.xyz Git - u-boot.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)
commit8ba4eae01da11e73e7ee9f7047979f4d2ebfe5fc
treef77ac3bd6cd8399aca4c096252b71d3baee82a36
parentec58228830a1f68e8e65099387cf12c5a91c9e72
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