Skip to content

Commit

Permalink
fix(cli): display only one, correct default for --preset flag (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
pioluk authored and bcoe committed Jun 7, 2019
1 parent 3aaf72e commit d17fc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.js
Expand Up @@ -94,7 +94,7 @@ const yargs = require('yargs')
.option('preset', {
type: 'string',
default: defaults.preset,
describe: 'Commit message guideline preset (default: angular)'
describe: 'Commit message guideline preset'
})
.check((argv) => {
if (typeof argv.scripts !== 'object' || Array.isArray(argv.scripts)) {
Expand Down

0 comments on commit d17fc81

Please sign in to comment.