]> granicus.if.org Git - curl/commitdiff
docs: fix the --tls-max description
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Dec 2018 10:48:56 +0000 (11:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Dec 2018 07:35:55 +0000 (08:35 +0100)
Reported-by: Tobias Lindgren
Pointed out in #3367

Closes #3368

docs/cmdline-opts/tls-max.d
src/tool_help.c

index 7ae862252601cb85bdf854d7cf9440f82e8f8a39..b5616f124c4726373bad711a1b5d44c2192f2157 100644 (file)
@@ -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"
index d2deed3cf5d4d4d25fc5c6d0a58e05aed052f879..484c5219c20e6f53dbbe71cf64b11bed926819c5 100644 (file)
@@ -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>",