diff options
author | Si <si@securitysense.co.uk> | 2018-09-14 13:48:01 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-16 23:40:01 +0200 |
commit | 093ba904c904eee277354410eea8632bd407da69 (patch) | |
tree | 535e298e41f4215a1af428101bba72bfa5fe65a3 /src/tool_help.c | |
parent | 55dbcb061d6ee733a1ba12d8634c85691a3010e0 (diff) | |
download | curl-093ba904c904eee277354410eea8632bd407da69.tar.gz |
curl: update --tlsv* descriptions in --help output
Closes #2994
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 8 |
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>", |