Add the -keypool option description to help output
authorDavid FRANCOIS <david.francois@webflows.fr>
Fri, 14 Jan 2011 19:55:36 +0000 (20:55 +0100)
committerDavid FRANCOIS <david.francois@webflows.fr>
Fri, 14 Jan 2011 19:55:36 +0000 (20:55 +0100)
init.cpp

index cfb5d8e..e114d80 100644 (file)
--- 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