We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba2303 commit d4e2286Copy full SHA for d4e2286
cli/root.go
@@ -45,7 +45,7 @@ func Start() {
45
46
flag.BoolVar(&lib.Config.WebScan, "web-scan", false, "Perform web scanning.")
47
flag.BoolVar(&lib.Config.WebScan, "w", false, "Perform web scanning. (shorthand)")
48
- flag.IntVar(&lib.Config.LevelOfDepth, "crawl-depth", 5, "How deep a crawler bot will access and index on a site during a single crawl (Default: 5)")
+ flag.IntVar(&lib.Config.LevelOfDepth, "crawl-depth", 5, "How deep a crawler bot will access and index on a site during a single crawl")
49
50
flag.IntVar(&lib.Config.ConcurrentRunningThread, "threads", 500, "Maximum number of Concurrent thread uses.")
51
flag.IntVar(&lib.Config.ConcurrentRunningThread, "t", 500, "Maximum number of Concurrent thread uses (shorthand).")
0 commit comments