Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m10x committed Dec 12, 2023
1 parent 765f18a commit 2200155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func ParseFlags(vers string) {
appendInt(&crawlOptions, &Config.RecLimit,
"reclimit", "rl", 0, "Define a limit, how many files shall be checked recursively. Default is 0 (unlimited)")
appendString(&crawlOptions, &Config.RecInclude,
"recinclude", "rin", "", "Choose which links should be included. Seperate with a space. E.g: -rin '.js .css'")
"recinclude", "rin", "", "Choose which links should be included. Separate with a space. E.g: -rin '.js .css'")
appendString(&crawlOptions, &recExcludeStr,
"recexclude", "rex", "", "Use -cp (-completedpath) or -gc (-generatecompleted) to generate a list of already completed URLs. Use -rex path/to/file so the already completed URLs won't be tested again recursively.")
appendString(&crawlOptions, &recDomainsStr,
Expand Down

0 comments on commit 2200155

Please sign in to comment.