diff --git a/bin/index.js b/bin/index.js index e7fdf93..61e25a4 100644 --- a/bin/index.js +++ b/bin/index.js @@ -19,7 +19,7 @@ program program .command('commit-lint') - .option('-p --commitMessagePath ', 'Git commit message path') + .option('-p --commitMessagePath ', 'Git commit message path') .option('-r --commitMessageRe ', 'Validate the regular of whether the commit message passes') .option('-e --errorMessage ', 'Validation failed to display error messages') .option('-w --warningMessage ', 'Validation failed to display warning messages')