Skip to content

Commit

Permalink
docs: slight nit regarding command description
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Nov 27, 2016
1 parent 2894bbc commit af9597d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = require('yargs')
.usage('Usage: $0 [options]')
.option('release-as', {
alias: 'r',
describe: 'Specify the release type manually. like npm version xxx with limited choices',
describe: 'Specify the release type manually (like npm version <major|minor|patch>)',
requiresArg: true,
string: true,
choices: ['major', 'minor', 'patch'],
Expand Down

0 comments on commit af9597d

Please sign in to comment.