mirror of
https://github.com/curl/curl.git
synced 2026-07-17 11:47:19 +03:00
tool_help: fix --tlsv1 help text to use >= for TLSv1
This commit is contained in:
parent
6842afbf44
commit
f44b803f16
1 changed files with 1 additions and 1 deletions
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue