mirror of
https://github.com/curl/curl.git
synced 2026-06-14 23:15:41 +03:00
or higher -> or greater 8 src
This commit is contained in:
parent
ca032f6b0a
commit
251780043c
1 changed files with 5 additions and 5 deletions
|
|
@ -789,19 +789,19 @@ const struct helptxt helptext[] = {
|
|||
"TLS username",
|
||||
CURLHELP_TLS | CURLHELP_AUTH },
|
||||
{ "-1, --tlsv1",
|
||||
"TLSv1.0 or higher",
|
||||
"TLSv1.0 or greater",
|
||||
CURLHELP_TLS },
|
||||
{ " --tlsv1.0",
|
||||
"TLSv1.0 or higher",
|
||||
"TLSv1.0 or greater",
|
||||
CURLHELP_TLS },
|
||||
{ " --tlsv1.1",
|
||||
"TLSv1.1 or higher",
|
||||
"TLSv1.1 or greater",
|
||||
CURLHELP_TLS },
|
||||
{ " --tlsv1.2",
|
||||
"TLSv1.2 or higher",
|
||||
"TLSv1.2 or greater",
|
||||
CURLHELP_TLS },
|
||||
{ " --tlsv1.3",
|
||||
"TLSv1.3 or higher",
|
||||
"TLSv1.3 or greater",
|
||||
CURLHELP_TLS },
|
||||
{ " --tr-encoding",
|
||||
"Request compressed transfer encoding",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue