diff --git a/lib/help.js b/lib/help.js index 94bbc8d72ef12..3f70f2dc1f84c 100644 --- a/lib/help.js +++ b/lib/help.js @@ -170,10 +170,10 @@ function npmUsage (valid, cb) { npm.config.get('long') ? usages() : ' ' + wrap(commands), '', - 'npm -h quick help on ', - 'npm -l display full usage info', - 'npm help search for help on ', - 'npm help npm involved overview', + 'npm -h quick help on ', + 'npm -l display full usage info', + 'npm help search for help on ', + 'npm help npm involved overview', '', 'Specify configs in the ini-formatted file:', ' ' + npm.config.get('userconfig'),