Skip to content
  • Stephen Warren's avatar
    cmd_part: don't print cmd name twice in help · 92668d68
    Stephen Warren authored
    
    
    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: default avatarStephen Warren <swarren@nvidia.com>
    92668d68