]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_part: don't print cmd name twice in help
authorStephen Warren <swarren@nvidia.com>
Thu, 28 Feb 2013 15:05:34 +0000 (15:05 +0000)
committerTom Rini <trini@ti.com>
Mon, 11 Mar 2013 21:00:28 +0000 (17:00 -0400)
commit92668d68c1ccdbe41ace6cc3066e5d1e0113e719
tree76957c1b33c97ed1d97e526f328c3bf6c13aa0d6
parent6bdd9f89673e694df8a1bac6c129b21739ed8a7c
cmd_part: don't print cmd name twice in help

The core implementation of "help" already prints the command name before
the help text of a specific command. Remove it from part's own help text
to avoid it being printed twice:

Tegra114 (Dalmore) # help part
part - disk partition related commands

Usage:
part part uuid <interface> <dev>:<part>
    - print partition UUID
...

Signed-off-by: Stephen Warren <swarren@nvidia.com>
common/cmd_part.c