Skip to content

Commit

Permalink
Correct number of threads in built-in help
Browse files Browse the repository at this point in the history
  • Loading branch information
r000n committed Aug 9, 2013
1 parent 30b8078 commit a5cb755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class CDnsSeedOpts {
"-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"
Expand Down

0 comments on commit a5cb755

Please sign in to comment.