Skip to content

Commit

Permalink
docs: Align command descriptions in help text (#55)
Browse files Browse the repository at this point in the history
PR-URL: #55
Credit: @erik
Reviewed-By: @zkat
  • Loading branch information
erik authored and zkat committed Aug 20, 2018
1 parent 767699b commit 3fea316
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/help.js
Expand Up @@ -170,10 +170,10 @@ function npmUsage (valid, cb) {
npm.config.get('long') ? usages()
: ' ' + wrap(commands),
'',
'npm <command> -h quick help on <command>',
'npm -l display full usage info',
'npm help <term> search for help on <term>',
'npm help npm involved overview',
'npm <command> -h quick help on <command>',
'npm -l display full usage info',
'npm help <term> search for help on <term>',
'npm help npm involved overview',
'',
'Specify configs in the ini-formatted file:',
' ' + npm.config.get('userconfig'),
Expand Down

0 comments on commit 3fea316

Please sign in to comment.