diff --git a/init.cpp b/init.cpp index 0f4b44a0f..1d43ab7ff 100644 --- a/init.cpp +++ b/init.cpp @@ -189,7 +189,7 @@ bool AppInit2(int argc, char* argv[]) #ifdef USE_SSL strUsage += string() + _("\nSSL options: (see the Bitcoin Wiki for SSL setup instructions)\n") + - " -rpcssl=1 \t " + _("Use OpenSSL (https) for JSON-RPC connections\n") + + " -rpcssl \t " + _("Use OpenSSL (https) for JSON-RPC connections\n") + " -rpcsslcertificatechainfile=\t " + _("Server certificate file (default: server.cert)\n") + " -rpcsslprivatekeyfile= \t " + _("Server private key (default: server.pem)\n") + " -rpcsslciphers= \t " + _("Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)\n");