Skip to content

Commit fee556f

Browse files
juzeonyuhan6665
authored andcommitted
fix text
1 parent ca68a16 commit fee556f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

main.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ func main() {
2727
_ = os.Unsetenv("HTTP_PROXY")
2828
_ = os.Unsetenv("HTTPS_PROXY")
2929
_ = os.Unsetenv("NO_PROXY")
30-
flag.StringVar(&addr, "addr", "", "specify an IP, IP CIDR or domain to scan")
31-
flag.StringVar(&in, "in", "", "specify a file that contains multiple "+
30+
flag.StringVar(&addr, "addr", "", "Specify an IP, IP CIDR or domain to scan")
31+
flag.StringVar(&in, "in", "", "Specify a file that contains multiple "+
3232
"IPs, IP CIDRs or domains to scan, divided by line break")
33-
flag.IntVar(&port, "port", 443, "specify a HTTPS port to check")
34-
flag.IntVar(&thread, "thread", 1, "count of concurrent tasks")
35-
flag.StringVar(&out, "out", "out.csv", "output file to store the result")
36-
flag.IntVar(&timeout, "timeout", 10, "timeout for every check")
37-
flag.BoolVar(&verbose, "v", false, "verbose output")
33+
flag.IntVar(&port, "port", 443, "Specify a HTTPS port to check")
34+
flag.IntVar(&thread, "thread", 1, "Count of concurrent tasks")
35+
flag.StringVar(&out, "out", "out.csv", "Output file to store the result")
36+
flag.IntVar(&timeout, "timeout", 10, "Timeout for every check")
37+
flag.BoolVar(&verbose, "v", false, "Verbose output")
3838
flag.BoolVar(&enableIPv6, "46", false, "Enable IPv6 in additional to IPv4")
3939
flag.StringVar(&url, "url", "", "Crawl the domain list from a URL, "+
4040
"e.g. https://launchpad.net/ubuntu/+archivemirrors")

0 commit comments

Comments
 (0)