summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-12-12 11:48:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-12-13 08:35:55 +0100
commitfdc5563b6e80bcdda89d68705cb5488ecc3a48ce (patch)
treec455aa7c53691e0f0e417c2387a1b5b4a03a663c /src
parentd8607da1a68f2482302ccdbb7cf457210b9ccfc9 (diff)
downloadgnurl-fdc5563b6e80bcdda89d68705cb5488ecc3a48ce.tar.gz
gnurl-fdc5563b6e80bcdda89d68705cb5488ecc3a48ce.tar.bz2
gnurl-fdc5563b6e80bcdda89d68705cb5488ecc3a48ce.zip
docs: fix the --tls-max description
Reported-by: Tobias Lindgren Pointed out in #3367 Closes #3368
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index d2deed3cf..484c5219c 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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>",