aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-01-20 16:20:11 -0500
committerGavin Andresen <gavinandresen@gmail.com>2011-01-20 16:20:11 -0500
commit87c1947d494c015a51dfb75721c43e2185b49c32 (patch)
tree1c0bd597d1f6e4a84622b3ac83ba42909585b4b3 /init.cpp
parentdbe79d3451647dae6d07644081fde7b42a408335 (diff)
parent10152506fe60071f36c588b52c94ec55f938ae01 (diff)
downloadbitcoin-87c1947d494c015a51dfb75721c43e2185b49c32.tar.xz
Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into integration
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.cpp b/init.cpp
index 530de9496a..174cb0acbd 100644
--- a/init.cpp
+++ b/init.cpp
@@ -179,10 +179,10 @@ bool AppInit2(int argc, char* argv[])
" -testnet \t\t " + _("Use the test network\n") +
" -rpcuser=<user> \t " + _("Username for JSON-RPC connections\n") +
" -rpcpassword=<pw>\t " + _("Password for JSON-RPC connections\n") +
- " -rpcport=<port> \t\t " + _("Listen for JSON-RPC connections on <port>\n") +
+ " -rpcport=<port> \t\t " + _("Listen for JSON-RPC connections on <port> (default: 8332)\n") +
" -rpcallowip=<ip> \t\t " + _("Allow JSON-RPC connections from specified IP address\n") +
- " -rpcconnect=<ip> \t " + _("Send commands to node running on <ip>\n") +
- " -keypool=<n> \t " + _("Set key pool size to <n>\n") +
+ " -rpcconnect=<ip> \t " + _("Send commands to node running on <ip> (default: 127.0.0.1)\n") +
+ " -keypool=<n> \t " + _("Set key pool size to <n> (default: 100)\n") +
" -nolisten \t " + _("Don't accept connections from outside");
#ifdef USE_SSL