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

@ -2,7 +2,7 @@
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: tlsv1.0
Help: TLSv1.0 or greater
Help: TLSv1.0 or higher
Protocols: TLS
Added: 7.34.0
Category: tls

View file

@ -2,7 +2,7 @@
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: tlsv1.1
Help: TLSv1.1 or greater
Help: TLSv1.1 or higher
Protocols: TLS
Added: 7.34.0
Category: tls

View file

@ -2,7 +2,7 @@
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: tlsv1.2
Help: TLSv1.2 or greater
Help: TLSv1.2 or higher
Protocols: TLS
Added: 7.34.0
Category: tls

View file

@ -2,7 +2,7 @@
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: tlsv1.3
Help: TLSv1.3 or greater
Help: TLSv1.3 or higher
Protocols: TLS
Added: 7.52.0
Category: tls

View file

@ -8,7 +8,7 @@ Protocols: TLS
Added: 7.9.2
Mutexed: tlsv1.1 tlsv1.2 tlsv1.3
Requires: TLS
Help: TLSv1.0 or greater
Help: TLSv1.0 or higher
Category: tls
Multi: mutex
See-also:

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