or greater -> higher

This commit is contained in:
Viktor Szakats 2026-04-21 23:56:25 +02:00
parent a2e9dfa9f0
commit c4707f2890
No known key found for this signature in database
6 changed files with 10 additions and 10 deletions

View file

@ -789,19 +789,19 @@ const struct helptxt helptext[] = {
"TLS username",
CURLHELP_TLS | CURLHELP_AUTH },
{ "-1, --tlsv1",
"TLSv1.0 or greater",
"TLSv1.0 or higher",
CURLHELP_TLS },
{ " --tlsv1.0",
"TLSv1.0 or greater",
"TLSv1.0 or higher",
CURLHELP_TLS },
{ " --tlsv1.1",
"TLSv1.1 or greater",
"TLSv1.1 or higher",
CURLHELP_TLS },
{ " --tlsv1.2",
"TLSv1.2 or greater",
"TLSv1.2 or higher",
CURLHELP_TLS },
{ " --tlsv1.3",
"TLSv1.3 or greater",
"TLSv1.3 or higher",
CURLHELP_TLS },
{ " --tr-encoding",
"Request compressed transfer encoding",