8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767699b commit 3fea316Copy full SHA for 3fea316
lib/help.js
@@ -170,10 +170,10 @@ function npmUsage (valid, cb) {
170
npm.config.get('long') ? usages()
171
: ' ' + wrap(commands),
172
'',
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',
+ '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',
177
178
'Specify configs in the ini-formatted file:',
179
' ' + npm.config.get('userconfig'),
0 commit comments