summaryrefslogtreecommitdiff
path: root/deps/npm/lib/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/help.js')
-rw-r--r--deps/npm/lib/help.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/lib/help.js b/deps/npm/lib/help.js
index 94bbc8d72e..3f70f2dc1f 100644
--- a/deps/npm/lib/help.js
+++ b/deps/npm/lib/help.js
@@ -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'),