docs: fix the --tls-max description

Reported-by: Tobias Lindgren
Pointed out in #3367

Closes #3368
This commit is contained in:
Daniel Stenberg 2018-12-12 11:48:56 +01:00
parent d8607da1a6
commit fdc5563b6e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 5 additions and 5 deletions

View file

@ -4,11 +4,11 @@ Tags: Versions
Protocols: SSL Protocols: SSL
Added: 7.54.0 Added: 7.54.0
Requires: TLS Requires: TLS
See-also: tlsv1.0 tlsv1.1 tlsv1.2 See-also: tlsv1.0 tlsv1.1 tlsv1.2 tlsv1.3
Help: Use TLSv1.0 or greater Help: Set maximum allowed TLS version
--- ---
VERSION defines maximum supported TLS version. A minimum is defined VERSION defines maximum supported TLS version. The minimum acceptable version
by arguments tlsv1.0 or tlsv1.1 or tlsv1.2. is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3.
.RS .RS
.IP "default" .IP "default"

View file

@ -437,7 +437,7 @@ static const struct helptxt helptext[] = {
{"-z, --time-cond <time>", {"-z, --time-cond <time>",
"Transfer based on a time condition"}, "Transfer based on a time condition"},
{" --tls-max <VERSION>", {" --tls-max <VERSION>",
"Use TLSv1.0 or greater"}, "Set maximum allowed TLS version"},
{" --tls13-ciphers <list of TLS 1.3 ciphersuites>", {" --tls13-ciphers <list of TLS 1.3 ciphersuites>",
"TLS 1.3 cipher suites to use"}, "TLS 1.3 cipher suites to use"},
{" --tlsauthtype <type>", {" --tlsauthtype <type>",