diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-12-12 11:48:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-12-13 08:35:55 +0100 |
commit | fdc5563b6e80bcdda89d68705cb5488ecc3a48ce (patch) | |
tree | c455aa7c53691e0f0e417c2387a1b5b4a03a663c /docs/cmdline-opts | |
parent | d8607da1a68f2482302ccdbb7cf457210b9ccfc9 (diff) | |
download | curl-fdc5563b6e80bcdda89d68705cb5488ecc3a48ce.tar.gz |
docs: fix the --tls-max description
Reported-by: Tobias Lindgren
Pointed out in #3367
Closes #3368
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/tls-max.d | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/cmdline-opts/tls-max.d b/docs/cmdline-opts/tls-max.d index 7ae862252..b5616f124 100644 --- a/docs/cmdline-opts/tls-max.d +++ b/docs/cmdline-opts/tls-max.d @@ -4,11 +4,11 @@ Tags: Versions Protocols: SSL Added: 7.54.0 Requires: TLS -See-also: tlsv1.0 tlsv1.1 tlsv1.2 -Help: Use TLSv1.0 or greater +See-also: tlsv1.0 tlsv1.1 tlsv1.2 tlsv1.3 +Help: Set maximum allowed TLS version --- -VERSION defines maximum supported TLS version. A minimum is defined -by arguments tlsv1.0 or tlsv1.1 or tlsv1.2. +VERSION defines maximum supported TLS version. The minimum acceptable version +is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3. .RS .IP "default" |