diff options
| author | Chris Moore <[email protected]> | 2011-01-21 11:59:56 -0800 |
|---|---|---|
| committer | Chris Moore <[email protected]> | 2011-01-21 11:59:56 -0800 |
| commit | 86c0af514b59971f7a5c3876898165667cbbeb6b (patch) | |
| tree | 55ed7750d12d956c4fd440e3b43343488607b7c8 /init.cpp | |
| parent | Updated development process description (diff) | |
| parent | The -rpcssl command line option is a boolean, like -server, -daemon, -testnet... (diff) | |
| download | discoin-86c0af514b59971f7a5c3876898165667cbbeb6b.tar.xz discoin-86c0af514b59971f7a5c3876898165667cbbeb6b.zip | |
Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-help
Diffstat (limited to 'init.cpp')
| -rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=<file.cert>\t " + _("Server certificate file (default: server.cert)\n") + " -rpcsslprivatekeyfile=<file.pem> \t " + _("Server private key (default: server.pem)\n") + " -rpcsslciphers=<ciphers> \t " + _("Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)\n"); |