]> granicus.if.org Git - curl/commitdiff
tool_help: fix --tlsv1 help text to use >= for TLSv1
authorLior Kaplan <kaplanlior@gmail.com>
Sun, 21 Jun 2015 10:41:07 +0000 (13:41 +0300)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 21 Jun 2015 17:33:11 +0000 (13:33 -0400)
src/tool_help.c

index 13feaed2b982cf510f96e635c5e31a737deae513..59273036e1d09071c441204b03ea7d9ed39b6e3f 100644 (file)
@@ -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)",