Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fagci committed Apr 5, 2022
1 parent d572fe7 commit 4ecc312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func init() {
flag.Int64Var(&randomIPsCount, "n", -1, "generate N random WAN IPs")
flag.StringVar(&cidrNetwork, "net", "", "Network in CIDR notation to scan in random order")
flag.IntVar(&scanWorkers, "w", 64, "workers count")
flag.IntVar(&scanWorkers, "workers", 1024, "workers count")
flag.IntVar(&scanWorkers, "workers", 64, "workers count")
flag.DurationVar(&connTimeout, "t", 700*time.Millisecond, "scan connect timeout")
flag.DurationVar(&connTimeout, "timeout", 700*time.Millisecond, "scan connect timeout")

Expand Down

0 comments on commit 4ecc312

Please sign in to comment.