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