mirror of
https://github.com/curl/curl.git
synced 2026-08-02 17:30:29 +03:00
--help: add missing --tlsv1.x options
This commit is contained in:
parent
6c492f34e5
commit
67d14ab98f
1 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue