]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Document tls-ciphersuites also in --help output
authorArne Schwabe <arne@rfc2549.org>
Wed, 4 Dec 2019 11:09:38 +0000 (12:09 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 4 Dec 2019 18:38:50 +0000 (19:38 +0100)
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
src/openvpn/options.c

index ebe553af1804f447c1f8f69ecd6f82ac8564d163..49affc29bcae65d1e4fa643e53da3f5d54e67b55 100644 (file)
@@ -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"