From: Lior Kaplan Date: Sun, 21 Jun 2015 10:41:07 +0000 (+0300) Subject: tool_help: fix --tlsv1 help text to use >= for TLSv1 X-Git-Tag: curl-7_44_0~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f44b803f1605edcfc4058b1a818c44552f0affec;p=thirdparty%2Fcurl.git tool_help: fix --tlsv1 help text to use >= for TLSv1 --- diff --git a/src/tool_help.c b/src/tool_help.c index 13feaed2b9..59273036e1 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -220,7 +220,7 @@ static const char *const helptext[] = { " -t, --telnet-option OPT=VAL Set telnet option", " --tftp-blksize VALUE Set TFTP BLKSIZE option (must be >512)", " -z, --time-cond TIME Transfer based on a time condition", - " -1, --tlsv1 Use => TLSv1 (SSL)", + " -1, --tlsv1 Use >= TLSv1 (SSL)", " --tlsv1.0 Use TLSv1.0 (SSL)", " --tlsv1.1 Use TLSv1.1 (SSL)", " --tlsv1.2 Use TLSv1.2 (SSL)",