From 0764444b98f58da7d9ceb2e8975cbfa84ea2d95b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 4 Dec 2019 12:09:38 +0100 Subject: [PATCH] Document tls-ciphersuites also in --help output Signed-off-by: Arne Schwabe Acked-by: Gert Doering Message-Id: <20191204110938.6725-1-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19221.html Signed-off-by: Gert Doering --- src/openvpn/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index ebe553af1..49affc29b 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -604,7 +604,8 @@ static const char usage_message[] = " Windows Certificate System Store.\n" #endif "--tls-cipher l : A list l of allowable TLS ciphers separated by : (optional).\n" - " : Use --show-tls to see a list of supported TLS ciphers.\n" + "--tls-ciphersuites l: A list of allowed TLS 1.3 cipher suites seperated by : (optional)\n" + " : Use --show-tls to see a list of supported TLS ciphers (suites).\n" "--tls-cert-profile p : Set the allowed certificate crypto algorithm profile\n" " (default=legacy).\n" "--tls-timeout n : Packet retransmit timeout on TLS control channel\n" -- 2.47.2