diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-05-27 03:17:05 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-05-27 03:17:05 -0400 |
commit | 109aa88221217931d6ff98a37b490f75ce79eb16 (patch) | |
tree | 6667a83f1e08989dd7289383288da99e80ed7730 /src/tool_help.c | |
parent | 82be5a80aa6859941625f013ea0f62e9bec615ad (diff) | |
download | curl-bagder/tls13-docs.tar.gz |
squashme: suggestionsbagder/tls13-docs
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index ad6b6a107..9209a13dd 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -335,8 +335,8 @@ static const struct helptxt helptext[] = { "SPNEGO proxy service name"}, {" --proxy-ssl-allow-beast", "Allow security flaw for interop for HTTPS proxy"}, - {" --proxy-tls13-ciphers <ciphersuite list>", - "TLS 1.3 proxy cipher suites"}, + {" --proxy-tls13-ciphers <list>", + "TLS 1.3 ciphersuites for proxy (OpenSSL)"}, {" --proxy-tlsauthtype <type>", "TLS authentication type for HTTPS proxy"}, {" --proxy-tlspassword <string>", @@ -445,8 +445,8 @@ static const struct helptxt helptext[] = { "Transfer based on a time condition"}, {" --tls-max <VERSION>", "Set maximum allowed TLS version"}, - {" --tls13-ciphers <list of TLS 1.3 ciphersuites>", - "TLS 1.3 cipher suites to use"}, + {" --tls13-ciphers <list>", + "TLS 1.3 ciphersuites (OpenSSL)"}, {" --tlsauthtype <type>", "TLS authentication type"}, {" --tlspassword", |