Skip to content

Commit 3fea316

Browse files
erikzkat
authored andcommitted
docs: Align command descriptions in help text (#55)
PR-URL: #55 Credit: @erik Reviewed-By: @zkat
1 parent 767699b commit 3fea316

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/help.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ function npmUsage (valid, cb) {
170170
npm.config.get('long') ? usages()
171171
: ' ' + wrap(commands),
172172
'',
173-
'npm <command> -h quick help on <command>',
174-
'npm -l display full usage info',
175-
'npm help <term> search for help on <term>',
176-
'npm help npm involved overview',
173+
'npm <command> -h quick help on <command>',
174+
'npm -l display full usage info',
175+
'npm help <term> search for help on <term>',
176+
'npm help npm involved overview',
177177
'',
178178
'Specify configs in the ini-formatted file:',
179179
' ' + npm.config.get('userconfig'),

0 commit comments

Comments
 (0)