mirror of https://gitee.com/bigwinds/arangodb
fix typo
This commit is contained in:
parent
7de0142fc1
commit
15f371e5d1
|
@ -76,7 +76,7 @@ void SslServerFeature::collectOptions(std::shared_ptr<ProgramOptions> 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<UInt64Parameter>(
|
||||
&_sslProtocol, sslProtocols));
|
||||
|
||||
|
|
Loading…
Reference in New Issue