From 94ed456dfb0b122fd4192429024f034d06c3c454 Mon Sep 17 00:00:00 2001 From: mum-never-proud Date: Thu, 16 Apr 2020 07:39:59 +0530 Subject: [PATCH] npm init help wrong command PR-URL: https://github.com/npm/cli/pull/1162 Credit: @mum-never-proud Close: #1162 Reviewed-by: @ruyadorno --- lib/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.js b/lib/init.js index 9d873689f6b7e..41995abe22bbf 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 ` afterwards to install a package and',