diff --git a/lib/Ssl/SslServerFeature.cpp b/lib/Ssl/SslServerFeature.cpp index 58ca5df1ca..76da1dbf8d 100644 --- a/lib/Ssl/SslServerFeature.cpp +++ b/lib/Ssl/SslServerFeature.cpp @@ -76,7 +76,7 @@ void SslServerFeature::collectOptions(std::shared_ptr options) { options->addOption("--ssl.protocol", "ssl protocol (1 = SSLv2, 2 = SSLv23, 3 = SSLv3, 4 = " - "TLSv1, 5 = TLSV1.2 (recommended)", + "TLSv1, 5 = TLSV1.2 (recommended))", new DiscreteValuesParameter( &_sslProtocol, sslProtocols));