aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 5b04ea203..d2deed3cf 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -449,13 +449,13 @@ static const struct helptxt helptext[] = {
{"-1, --tlsv1",
"Use TLSv1.0 or greater"},
{" --tlsv1.0",
- "Use TLSv1.0"},
+ "Use TLSv1.0 or greater"},
{" --tlsv1.1",
- "Use TLSv1.1"},
+ "Use TLSv1.1 or greater"},
{" --tlsv1.2",
- "Use TLSv1.2"},
+ "Use TLSv1.2 or greater"},
{" --tlsv1.3",
- "Use TLSv1.3"},
+ "Use TLSv1.3 or greater"},
{" --tr-encoding",
"Request compressed transfer encoding"},
{" --trace <file>",