mirror of
https://github.com/curl/curl.git
synced 2026-04-18 18:21:54 +03:00
docs: fix the --tls-max description
Reported-by: Tobias Lindgren Pointed out in #3367 Closes #3368
This commit is contained in:
parent
d8607da1a6
commit
fdc5563b6e
2 changed files with 5 additions and 5 deletions
|
|
@ -437,7 +437,7 @@ static const struct helptxt helptext[] = {
|
|||
{"-z, --time-cond <time>",
|
||||
"Transfer based on a time condition"},
|
||||
{" --tls-max <VERSION>",
|
||||
"Use TLSv1.0 or greater"},
|
||||
"Set maximum allowed TLS version"},
|
||||
{" --tls13-ciphers <list of TLS 1.3 ciphersuites>",
|
||||
"TLS 1.3 cipher suites to use"},
|
||||
{" --tlsauthtype <type>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue