From 04a9217dcf8c1c73e30b89e886c199522c4bbe9d Mon Sep 17 00:00:00 2001 From: David FRANCOIS Date: Fri, 14 Jan 2011 20:55:36 +0100 Subject: [PATCH] Add the -keypool option description to help output --- init.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/init.cpp b/init.cpp index cfb5d8e33..e114d8072 100644 --- a/init.cpp +++ b/init.cpp @@ -182,6 +182,7 @@ bool AppInit2(int argc, char* argv[]) " -rpcport= \t\t " + _("Listen for JSON-RPC connections on \n") + " -rpcallowip= \t\t " + _("Allow JSON-RPC connections from specified IP address\n") + " -rpcconnect= \t " + _("Send commands to node running on \n") + + " -keypool= \t " + _("Set key pool size to \n") + " -nolisten \t " + _("Don't accept connections from outside"); #ifdef USE_SSL