aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid FRANCOIS <david.francois@webflows.fr>2011-01-14 20:55:36 +0100
committerDavid FRANCOIS <david.francois@webflows.fr>2011-01-14 20:55:36 +0100
commit04a9217dcf8c1c73e30b89e886c199522c4bbe9d (patch)
treefbf4752fc0bd12706c48550cbe72473f6f294751
parent009d5fb41f3aa39baeeb3f72454cdc14459fc67e (diff)
downloadbitcoin-04a9217dcf8c1c73e30b89e886c199522c4bbe9d.tar.xz
Add the -keypool option description to help output
-rw-r--r--init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.cpp b/init.cpp
index cfb5d8e330..e114d80727 100644
--- a/init.cpp
+++ b/init.cpp
@@ -182,6 +182,7 @@ bool AppInit2(int argc, char* argv[])
" -rpcport=<port> \t\t " + _("Listen for JSON-RPC connections on <port>\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") +
" -nolisten \t " + _("Don't accept connections from outside");
#ifdef USE_SSL