Skip to content

Commit f000fda

Browse files
cemibooutanghong11
andauthored
corrected the parameter(--no-ignore) interpretation (#547)
Co-authored-by: tanghong11 <[email protected]>
1 parent 179e293 commit f000fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Flags:
267267
--no-gitmodule disables .gitmodules file logic
268268
--no-hborder remove horizontal borders between sections
269269
--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
271271
--no-min ignore minified files in output (implies --min)
272272
--no-min-gen ignore minified or generated files in output (implies --min-gen)
273273
--no-scc-ignore disables .sccignore file logic

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ func main() {
369369
&processor.NoLarge,
370370
"no-large",
371371
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",
373373
)
374374
flags.BoolVar(
375375
&processor.IncludeSymLinks,

0 commit comments

Comments
 (0)