Correct number of threads in built-in help
This commit is contained in:
parent
30b80788f7
commit
a5cb7553a2
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -40,8 +40,8 @@ public:
|
|||
"-h <host> Hostname of the DNS seed\n"
|
||||
"-n <ns> Hostname of the nameserver\n"
|
||||
"-m <mbox> E-Mail address reported in SOA records\n"
|
||||
"-t <threads> Number of crawlers to run in parallel (default 24)\n"
|
||||
"-d <threads> Number of DNS server threads (default 24)\n"
|
||||
"-t <threads> Number of crawlers to run in parallel (default 96)\n"
|
||||
"-d <threads> Number of DNS server threads (default 4)\n"
|
||||
"-p <port> UDP port to listen on (default 53)\n"
|
||||
"-o <ip:port> Tor proxy IP/Port\n"
|
||||
"--testnet Use testnet\n"
|
||||
|
|
Loading…
Reference in a new issue