diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-22 20:43:19 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-22 20:43:19 +0200 |
commit | 2e11999e2b1fc8b7f80f144236d908e73212a10f (patch) | |
tree | 8eb7216a6565b949bdebed84ba1bdeff8dfc9c03 /src/init.cpp | |
parent | 9686459359b587579ff0369a63de8fb60a8a30fe (diff) |
remove duplicate -rpcsslciphers help message from init
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 6493679d2e..72b53ebecc 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -284,7 +284,6 @@ std::string HelpMessage(HelpMessageMode hmm) strUsage += " -rpcsslcertificatechainfile=<file.cert> " + _("Server certificate file (default: server.cert)") + "\n"; strUsage += " -rpcsslprivatekeyfile=<file.pem> " + _("Server private key (default: server.pem)") + "\n"; strUsage += " -rpcsslciphers=<ciphers> " + _("Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH)") + "\n"; - strUsage += " -rpcsslciphers=<ciphers> " + _("Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)") + "\n"; } return strUsage; |