Skip to content

Commit

Permalink
refactor: uniform parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Dec 12, 2023
1 parent e694856 commit 81c5504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ program

program
.command('commit-lint')
.option('-p --commitMessagePath <commitMessagePath>', 'Git commit message path')
.option('-p --commitMessagePath <path>', 'Git commit message path')
.option('-r --commitMessageRe <reg>', 'Validate the regular of whether the commit message passes')
.option('-e --errorMessage <message>', 'Validation failed to display error messages')
.option('-w --warningMessage <message>', 'Validation failed to display warning messages')
Expand Down

0 comments on commit 81c5504

Please sign in to comment.