1
0
Fork 0

fixed typo

This commit is contained in:
jsteemann 2018-08-03 17:34:42 +02:00
parent 54f72cae1b
commit 467046cbe4
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void ClientFeature::collectOptions(std::shared_ptr<ProgramOptions> options) {
options->addOption("--ssl.protocol",
"ssl protocol (1 = SSLv2, 2 = SSLv2 or SSLv3 "
"(negotiated), 3 = SSLv3, 4 = "
"TLSv1, 5 = TLSV1.2)",
"TLSv1, 5 = TLSv1.2)",
new DiscreteValuesParameter<UInt64Parameter>(
&_sslProtocol, sslProtocols));
}