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