From 093ba904c904eee277354410eea8632bd407da69 Mon Sep 17 00:00:00 2001 From: Si Date: Fri, 14 Sep 2018 13:48:01 +0100 Subject: curl: update --tlsv* descriptions in --help output Closes #2994 --- src/tool_help.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tool_help.c') 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 ", -- cgit v1.2.3