diff --git a/lib/base-command.js b/lib/base-command.js index c31e4a4d7f1b2..8e48caa2ef4c7 100644 --- a/lib/base-command.js +++ b/lib/base-command.js @@ -19,7 +19,7 @@ class BaseCommand { // Mostly this just appends aliases, this could be more clear usage = usageUtil(this.constructor.name, usage) - usage = `${usage}\n\nRun "npm ${this.constructor.name} help" for more info` + usage = `${usage}\n\nRun "npm help ${this.constructor.name}" for more info` return usage } diff --git a/tap-snapshots/test-lib-dist-tag.js-TAP.test.js b/tap-snapshots/test-lib-dist-tag.js-TAP.test.js index 46aa6ce91ef16..89a87ae64e137 100644 --- a/tap-snapshots/test-lib-dist-tag.js-TAP.test.js +++ b/tap-snapshots/test-lib-dist-tag.js-TAP.test.js @@ -15,7 +15,7 @@ npm dist-tag ls [] alias: dist-tags -Run "npm dist-tag help" for more info +Run "npm help dist-tag" for more info ` exports[`test/lib/dist-tag.js TAP add missing pkg name > should exit usage error message 1`] = ` @@ -28,7 +28,7 @@ npm dist-tag ls [] alias: dist-tags -Run "npm dist-tag help" for more info +Run "npm help dist-tag" for more info ` exports[`test/lib/dist-tag.js TAP add new tag > should return success msg 1`] = ` @@ -50,7 +50,7 @@ npm dist-tag ls [] alias: dist-tags -Run "npm dist-tag help" for more info +Run "npm help dist-tag" for more info ` exports[`test/lib/dist-tag.js TAP ls in current package > should list available tags for current package 1`] = ` @@ -69,7 +69,7 @@ npm dist-tag ls [] alias: dist-tags -Run "npm dist-tag help" for more info +Run "npm help dist-tag" for more info ` exports[`test/lib/dist-tag.js TAP ls on missing package > should log no dist-tag found msg 1`] = ` @@ -118,7 +118,7 @@ npm dist-tag ls [] alias: dist-tags -Run "npm dist-tag help" for more info +Run "npm help dist-tag" for more info ` exports[`test/lib/dist-tag.js TAP remove non-existing tag > should log error msg 1`] = ` diff --git a/tap-snapshots/test-lib-publish.js-TAP.test.js b/tap-snapshots/test-lib-publish.js-TAP.test.js index 6fad3e26b6714..97ce7a7733384 100644 --- a/tap-snapshots/test-lib-publish.js-TAP.test.js +++ b/tap-snapshots/test-lib-publish.js-TAP.test.js @@ -11,5 +11,5 @@ npm publish Usage: npm publish [] [--tag ] [--access ] [--dry-run] -Run "npm publish help" for more info +Run "npm help publish" for more info ` diff --git a/tap-snapshots/test-lib-utils-npm-usage.js-TAP.test.js b/tap-snapshots/test-lib-utils-npm-usage.js-TAP.test.js index 3ff008d07fc54..caabec66bc829 100644 --- a/tap-snapshots/test-lib-utils-npm-usage.js-TAP.test.js +++ b/tap-snapshots/test-lib-utils-npm-usage.js-TAP.test.js @@ -220,7 +220,7 @@ All commands: npm access ls-collaborators [ []] npm access edit [] - Run "npm access help" for more info + Run "npm help access" for more info adduser npm adduser @@ -229,7 +229,7 @@ All commands: aliases: login, add-user - Run "npm adduser help" for more info + Run "npm help adduser" for more info audit npm audit @@ -237,14 +237,14 @@ All commands: npm audit [--json] [--production] npm audit fix [--force|--package-lock-only|--dry-run|--production|--only=(dev|prod)] - Run "npm audit help" for more info + Run "npm help audit" for more info bin npm bin Usage: npm bin [-g] - Run "npm bin help" for more info + Run "npm help bin" for more info bugs npm bugs @@ -253,7 +253,7 @@ All commands: alias: issues - Run "npm bugs help" for more info + Run "npm help bugs" for more info cache npm cache @@ -266,7 +266,7 @@ All commands: npm cache clean npm cache verify - Run "npm cache help" for more info + Run "npm help cache" for more info ci npm ci @@ -275,7 +275,7 @@ All commands: aliases: clean-install, ic, install-clean, isntall-clean - Run "npm ci help" for more info + Run "npm help ci" for more info completion npm completion @@ -284,7 +284,7 @@ All commands: Usage: npm completion - Run "npm completion help" for more info + Run "npm help completion" for more info config npm config @@ -297,7 +297,7 @@ All commands: alias: c - Run "npm config help" for more info + Run "npm help config" for more info dedupe npm dedupe @@ -306,14 +306,14 @@ All commands: alias: ddp - Run "npm dedupe help" for more info + Run "npm help dedupe" for more info deprecate npm deprecate Usage: npm deprecate [@] - Run "npm deprecate help" for more info + Run "npm help deprecate" for more info diff npm diff @@ -324,7 +324,7 @@ All commands: npm diff --diff= [--diff=] [...] npm diff [--diff-ignore-all-space] [--diff-name-only] [...] [...] - Run "npm diff help" for more info + Run "npm help diff" for more info dist-tag npm dist-tag @@ -335,7 +335,7 @@ All commands: alias: dist-tags - Run "npm dist-tag help" for more info + Run "npm help dist-tag" for more info docs npm docs [ [ ...]] @@ -346,14 +346,14 @@ All commands: Usage: npm doctor - Run "npm doctor help" for more info + Run "npm help doctor" for more info edit npm edit Usage: npm edit [/...] - Run "npm edit help" for more info + Run "npm help edit" for more info exec npm exec @@ -367,7 +367,7 @@ All commands: alias: x - Run "npm exec help" for more info + Run "npm help exec" for more info explain npm explain @@ -376,35 +376,35 @@ All commands: alias: why - Run "npm explain help" for more info + Run "npm help explain" for more info explore npm explore Usage: npm explore [ -- ] - Run "npm explore help" for more info + Run "npm help explore" for more info find-dupes npm find-dupes Usage: npm find-dupes - Run "npm find-dupes help" for more info + Run "npm help find-dupes" for more info fund npm fund Usage: npm fund [--json] [--browser] [--unicode] [[<@scope>/] [--which=] - Run "npm fund help" for more info + Run "npm help fund" for more info get npm get Usage: npm get [ ...] (See \`npm config\`) - Run "npm get help" for more info + Run "npm help get" for more info help npm help @@ -423,7 +423,7 @@ All commands: npm hook rm npm hook update - Run "npm hook help" for more info + Run "npm help hook" for more info init npm init @@ -434,7 +434,7 @@ All commands: aliases: create, innit - Run "npm init help" for more info + Run "npm help init" for more info install npm install @@ -452,7 +452,7 @@ All commands: aliases: i, in, ins, inst, insta, instal, isnt, isnta, isntal, add - Run "npm install help" for more info + Run "npm help install" for more info install-ci-test npm install-ci-test @@ -461,7 +461,7 @@ All commands: alias: cit - Run "npm install-ci-test help" for more info + Run "npm help install-ci-test" for more info install-test npm install-test @@ -479,7 +479,7 @@ All commands: alias: it - Run "npm install-test help" for more info + Run "npm help install-test" for more info link npm link @@ -489,7 +489,7 @@ All commands: alias: ln - Run "npm link help" for more info + Run "npm help link" for more info ll npm ll @@ -498,7 +498,7 @@ All commands: alias: la - Run "npm ll help" for more info + Run "npm help ll" for more info login npm adduser @@ -507,14 +507,14 @@ All commands: aliases: login, add-user - Run "npm adduser help" for more info + Run "npm help adduser" for more info logout npm logout Usage: npm logout [--registry=] [--scope=<@scope>] - Run "npm logout help" for more info + Run "npm help logout" for more info ls npm ls @@ -523,7 +523,7 @@ All commands: alias: list - Run "npm ls help" for more info + Run "npm help ls" for more info org npm org @@ -534,14 +534,14 @@ All commands: alias: ogr - Run "npm org help" for more info + Run "npm help org" for more info outdated npm outdated Usage: npm outdated [[<@scope>/] ...] - Run "npm outdated help" for more info + Run "npm help outdated" for more info owner npm owner @@ -552,14 +552,14 @@ All commands: alias: author - Run "npm owner help" for more info + Run "npm help owner" for more info pack npm pack Usage: npm pack [[<@scope>/]...] [--dry-run] - Run "npm pack help" for more info + Run "npm help pack" for more info ping npm ping @@ -568,14 +568,14 @@ All commands: Usage: npm ping - Run "npm ping help" for more info + Run "npm help ping" for more info prefix npm prefix Usage: npm prefix [-g] - Run "npm prefix help" for more info + Run "npm help prefix" for more info profile npm profile @@ -585,21 +585,21 @@ All commands: npm profile get [] npm profile set - Run "npm profile help" for more info + Run "npm help profile" for more info prune npm prune Usage: npm prune [[<@scope>/]...] [--production] - Run "npm prune help" for more info + Run "npm help prune" for more info publish npm publish Usage: npm publish [] [--tag ] [--access ] [--dry-run] - Run "npm publish help" for more info + Run "npm help publish" for more info rebuild npm rebuild @@ -608,28 +608,28 @@ All commands: alias: rb - Run "npm rebuild help" for more info + Run "npm help rebuild" for more info repo npm repo Usage: npm repo [ [ ...]] - Run "npm repo help" for more info + Run "npm help repo" for more info restart npm restart Usage: npm restart [-- ] - Run "npm restart help" for more info + Run "npm help restart" for more info root npm root Usage: npm root [-g] - Run "npm root help" for more info + Run "npm help root" for more info run-script npm run-script @@ -638,7 +638,7 @@ All commands: aliases: run, rum, urn - Run "npm run-script help" for more info + Run "npm help run-script" for more info search npm search @@ -647,56 +647,56 @@ All commands: aliases: s, se, find - Run "npm search help" for more info + Run "npm help search" for more info set npm set Usage: npm set = [= ...] (See \`npm config\`) - Run "npm set help" for more info + Run "npm help set" for more info set-script npm set-script Usage: npm set-script [