curl: update --tlsv* descriptions in --help output

Closes #2994
This commit is contained in:
Si 2018-09-14 13:48:01 +01:00 committed by Daniel Stenberg
parent 55dbcb061d
commit 093ba904c9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
5 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
Long: tlsv1.0
Help: Use TLSv1.0
Help: Use TLSv1.0 or greater
Protocols: TLS
Added: 7.34.0
---

View File

@ -1,5 +1,5 @@
Long: tlsv1.1
Help: Use TLSv1.1
Help: Use TLSv1.1 or greater
Protocols: TLS
Added: 7.34.0
---

View File

@ -1,5 +1,5 @@
Long: tlsv1.2
Help: Use TLSv1.2
Help: Use TLSv1.2 or greater
Protocols: TLS
Added: 7.34.0
---

View File

@ -1,5 +1,5 @@
Long: tlsv1.3
Help: Use TLSv1.3
Help: Use TLSv1.3 or greater
Protocols: TLS
Added: 7.52.0
---

View File

@ -449,13 +449,13 @@ static const struct helptxt helptext[] = {
{"-1, --tlsv1",
"Use TLSv1.0 or greater"},
{" --tlsv1.0",
"Use TLSv1.0"},
"Use TLSv1.0 or greater"},
{" --tlsv1.1",
"Use TLSv1.1"},
"Use TLSv1.1 or greater"},
{" --tlsv1.2",
"Use TLSv1.2"},
"Use TLSv1.2 or greater"},
{" --tlsv1.3",
"Use TLSv1.3"},
"Use TLSv1.3 or greater"},
{" --tr-encoding",
"Request compressed transfer encoding"},
{" --trace <file>",