Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormum-never-proud <abhuz@hotmail.com>2020-04-16 05:09:59 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-05-01 05:25:30 +0300
commit94ed456dfb0b122fd4192429024f034d06c3c454 (patch)
tree6f1c6d70a748eeaa4ebb30471f939061828105cb
parent3f7301bb2c1d4dba72af230d2b37ae52db7adfcb (diff)
npm init help wrong command
PR-URL: https://github.com/npm/cli/pull/1162 Credit: @mum-never-proud Close: #1162 Reviewed-by: @ruyadorno
-rw-r--r--lib/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.js b/lib/init.js
index 9d873689f..41995abe2 100644
--- a/lib/init.js
+++ b/lib/init.js
@@ -63,7 +63,7 @@ function init (args, cb) {
'This utility will walk you through creating a package.json file.',
'It only covers the most common items, and tries to guess sensible defaults.',
'',
- 'See `npm help json` for definitive documentation on these fields',
+ 'See `npm help init` for definitive documentation on these fields',
'and exactly what they do.',
'',
'Use `npm install <pkg>` afterwards to install a package and',