File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ test('should print help', async () => {
524524 -H, --help-url help url in error message [string]
525525 -f, --from lower end of the commit range to lint; applies if
526526 edit=false [string]
527- --git-log-args addditional git log arguments as space separated string,
527+ --git-log-args additional git log arguments as space separated string,
528528 example '--first-parent --cherry-pick' [string]
529529 -o, --format output format of the results [string]
530530 -p, --parser-preset configuration preset to use for
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const cli = yargs
7979 } ,
8080 'git-log-args' : {
8181 description :
82- "addditional git log arguments as space separated string, example '--first-parent --cherry-pick'" ,
82+ "additional git log arguments as space separated string, example '--first-parent --cherry-pick'" ,
8383 type : 'string' ,
8484 } ,
8585 format : {
You can’t perform that action at this time.
0 commit comments