commit | 53601426909701546707a197707289db8a1a4fe1 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Feb 28 15:05:34 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 11 17:00:28 2013 -0400 |
tree | 76957c1b33c97ed1d97e526f328c3bf6c13aa0d6 | |
parent | 125a17138e5a5ba6e2fe6c7315bad89a32cc0488 [diff] |
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>