diff --git a/commands/version/command.js b/commands/version/command.js index 4f35a10876..918910dde3 100644 --- a/commands/version/command.js +++ b/commands/version/command.js @@ -227,7 +227,7 @@ exports.builder = (yargs, composed) => { if (argv.githubRelease) { argv.createRelease = "github"; delete argv.githubRelease; - log.warn("deprecated", "--release has been replaced by --create-release=github"); + log.warn("deprecated", "--github-release has been replaced by --create-release=github"); } /* eslint-enable no-param-reassign */