diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 00:19:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 16:37:29 +0200 |
commit | 9242bee3fee41b482628202a8034dff6937da157 (patch) | |
tree | c1774eb86ffe15c1aba4c123346296634cec5af5 | |
parent | 63b524c4ece7a6253860a244fa93f1dafa7893d8 (diff) |
tls13-ciphers.d: shorten the Arg
-rw-r--r-- | docs/cmdline-opts/tls13-ciphers.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/tls13-ciphers.d b/docs/cmdline-opts/tls13-ciphers.d index 654a25b4c..db8033525 100644 --- a/docs/cmdline-opts/tls13-ciphers.d +++ b/docs/cmdline-opts/tls13-ciphers.d @@ -1,5 +1,5 @@ Long: tls13-ciphers -Arg: <list of TLS 1.3 ciphersuites> +Arg: <ciphersuite list> help: TLS 1.3 cipher suites to use Protocols: TLS --- |