diff options
| author | demo <demo@antix1> | 2026-05-23 10:49:32 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-23 10:49:59 -0400 |
| commit | daaf30a1fd33b0915facc347a20a9066a2f886de (patch) | |
| tree | 59b6b3a1e7d294b2d2cd765cd98e6f71727903fb /main.go | |
| parent | e7640e2c1e57bd94c10bed08cef851cc44f06160 (diff) | |
docs: expound help string for -max argument
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( func main() { maxConcurrency := flag.Int("c", 0, "Maximum number of concurrent queue pushes") startRawURL := flag.String("url", "", "Entry-point URL") - maxURLs := flag.Int("max", 0, "Maximum number of URLs to collect (0 means no limit)") + maxURLs := flag.Int("max", 0, "Maximum number of URLs to collect (omitted or 0 means no limit)") flag.Parse() |
