]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
--help: add missing --tlsv1.x options
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Feb 2014 19:28:53 +0000 (20:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Feb 2014 19:29:13 +0000 (20:29 +0100)
src/tool_help.c

index ac2e7ae5f5422c9204b50a8cd0c7311325a39e86..e129ebb4d957a9a486ee7abe3ed789f7a0763693 100644 (file)
@@ -207,7 +207,10 @@ 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)",
   "     --trace FILE    Write a debug trace to the given file",
   "     --trace-ascii FILE  Like --trace but without the hex output",
   "     --trace-time    Add time stamps to trace/verbose output",