Skip to content

Commit

Permalink
remove duplicate -rpcsslciphers help message from init
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kaufmann committed Oct 22, 2013
1 parent 9686459 commit 2e11999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/init.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 2e11999

Please sign in to comment.