Skip to content

Commit 13a5e31

Browse files
ariccioisaacs
authored andcommitted
elaborate that npm help uses browser
As I mentioned in issue #2501 this is mildly annoying to me, and probably a few other people. I have added "(in a browser)" to the npm usage string at the npm help line. PR-URL: #2502 Credit: @ariccio Close: #2502 Reviewed-by: @isaacs
1 parent a8e77f2 commit 13a5e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils/npm-usage.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ npm test run this project's tests
1616
npm run <foo> run the script named <foo>
1717
npm <command> -h quick help on <command>
1818
npm -l display usage info for all commands
19-
npm help <term> search for help on <term>
20-
npm help npm more involved overview
19+
npm help <term> search for help on <term> (in a browser)
20+
npm help npm more involved overview (in a browser)
2121
2222
All commands:
2323
${npm.config.get('long') ? usages() : ('\n ' + wrap(cmdList))}

0 commit comments

Comments
 (0)