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 @@ -267,7 +267,7 @@ Flags:
267
267
--no-gitmodule disables .gitmodules file logic
268
268
--no-hborder remove horizontal borders between sections
269
269
--no-ignore disables .ignore file logic
270
- --no-large ignore files over certain byte and line size set by max -line-count and max -byte-count
270
+ --no-large ignore files over certain byte and line size set by large -line-count and large -byte-count
271
271
--no-min ignore minified files in output (implies --min)
272
272
--no-min-gen ignore minified or generated files in output (implies --min-gen)
273
273
--no-scc-ignore disables .sccignore file logic
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ func main() {
369
369
& processor .NoLarge ,
370
370
"no-large" ,
371
371
false ,
372
- "ignore files over certain byte and line size set by max -line-count and max -byte-count" ,
372
+ "ignore files over certain byte and line size set by large -line-count and large -byte-count" ,
373
373
)
374
374
flags .BoolVar (
375
375
& processor .IncludeSymLinks ,
You can’t perform that action at this time.
0 commit comments