Skip to content

Commit d17fc81

Browse files
piolukbcoe
authored andcommitted
fix(cli): display only one, correct default for --preset flag (#377)
1 parent 3aaf72e commit d17fc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const yargs = require('yargs')
9494
.option('preset', {
9595
type: 'string',
9696
default: defaults.preset,
97-
describe: 'Commit message guideline preset (default: angular)'
97+
describe: 'Commit message guideline preset'
9898
})
9999
.check((argv) => {
100100
if (typeof argv.scripts !== 'object' || Array.isArray(argv.scripts)) {

0 commit comments

Comments
 (0)