summaryrefslogtreecommitdiff
path: root/deps/npm/lib/init.js
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-05-04 14:57:47 -0400
committerRichard Lau <riclau@uk.ibm.com>2020-07-13 14:22:40 -0400
commit84fca3c69112da306c41773d1ef9e2f0a42b4cb5 (patch)
treea1a51627b6f1a64c1557ce6419f7fd997bc3fc73 /deps/npm/lib/init.js
parent069b6e14a423f4f51aaaaf758d076e95526c5d98 (diff)
downloadnode-new-84fca3c69112da306c41773d1ef9e2f0a42b4cb5.tar.gz
deps: upgrade npm to 6.14.5
PR-URL: https://github.com/nodejs/node/pull/33239 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'deps/npm/lib/init.js')
-rw-r--r--deps/npm/lib/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/init.js b/deps/npm/lib/init.js
index 9d873689f6..41995abe22 100644
--- a/deps/npm/lib/init.js
+++ b/deps/npm/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',