diff --git a/command.js b/command.js index 0b70d492c..c03ce5604 100755 --- a/command.js +++ b/command.js @@ -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)) {