Skip to content

Commit

Permalink
Use sectioning in giving list of subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 22, 2011
1 parent 4efe600 commit 805fab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/help.rb
Expand Up @@ -49,7 +49,7 @@ def summary_help(subcmd)
# like "show", "info" or "set". Generally this means list
# all of the subcommands.
def summary_list(name, subcmds)
msg "List of #{name} commands (with minimum abbreviation in parenthesis):"
section "List of #{name} commands (with minimum abbreviation in parenthesis):"
subcmds.list.each do |subcmd_name|
# Some commands have lots of output.
# they are excluded here because 'in_list' is false.
Expand Down

0 comments on commit 805fab3

Please sign in to comment.