Skip to content

Commit d4e2286

Browse files
Update root.go
1 parent dba2303 commit d4e2286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func Start() {
4545

4646
flag.BoolVar(&lib.Config.WebScan, "web-scan", false, "Perform web scanning.")
4747
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)")
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")
4949

5050
flag.IntVar(&lib.Config.ConcurrentRunningThread, "threads", 500, "Maximum number of Concurrent thread uses.")
5151
flag.IntVar(&lib.Config.ConcurrentRunningThread, "t", 500, "Maximum number of Concurrent thread uses (shorthand).")

0 commit comments

Comments
 (0)