File tree 2 files changed +2
-2
lines changed
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 () => {
524
524
-H, --help-url help url in error message [string]
525
525
-f, --from lower end of the commit range to lint; applies if
526
526
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,
528
528
example '--first-parent --cherry-pick' [string]
529
529
-o, --format output format of the results [string]
530
530
-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
79
79
} ,
80
80
'git-log-args' : {
81
81
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'" ,
83
83
type : 'string' ,
84
84
} ,
85
85
format : {
You can’t perform that action at this time.
0 commit comments