Browse Source

Correct number of threads in built-in help

pull/1/head
Roman Mindalev 11 years ago
parent
commit
a5cb7553a2
  1. 4
      main.cpp

4
main.cpp

@ -40,8 +40,8 @@ public: @@ -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…
Cancel
Save