From 1a4e482f7164befe98287a5c59b4cff862323afc Mon Sep 17 00:00:00 2001 From: Ralph Meier Date: Fri, 25 Oct 2019 17:45:45 +0200 Subject: [PATCH] fix: improve description of cli --- lib/commands/create-release-branch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/create-release-branch.js b/lib/commands/create-release-branch.js index e9523ff..ad5ead1 100644 --- a/lib/commands/create-release-branch.js +++ b/lib/commands/create-release-branch.js @@ -23,7 +23,7 @@ module.exports = function (dep) { }, 'npm-token': { alias: 'n', - describe: "NPM token with write access e.g. '11111111-2222-3333-4444-555555555555'", + describe: "NPM token with write access e.g. '11111111-2222-3333-4444-555555555555'. If you don't want to publish to npm, you have to set \"release.npmPublish: false\" in package.json", demandOption: getNpmTokenSetting(dep) }, 'slack-webhook-url': {