This commit is contained in:
Max Brunsfeld 2019-02-25 12:55:05 -08:00
parent 1bad6dc41e
commit 4e059e18cb
5 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ const arg = process.argv[2];
if (!arg) {
console.log([
`Usage: script/version major |minor | patch | <version-number>`,
`Usage: script/version major | minor | patch | <version-number>`,
'',
'Update the CLI version by the given increment or to the given',
'version number, creating a commit and tag for the new version.',