Skip to content

Commit

Permalink
add more sub-command padding
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 20, 2012
1 parent e52a321 commit add0236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ Command.prototype.commandHelp = function(){
return pad(cmd._name
+ (cmd.options.length
? ' [options]'
: '') + ' ' + args, 18)
: '') + ' ' + args, 22)
+ (cmd.description()
? ' ' + cmd.description()
: '');
Expand Down

0 comments on commit add0236

Please sign in to comment.