or higher -> or greater 8 src

This commit is contained in:
Viktor Szakats 2026-05-26 18:44:15 +02:00
parent ca032f6b0a
commit 251780043c
No known key found for this signature in database

View file

@ -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",