diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 2 |
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>", |