From e56f0c62ff57a4ea8a942e612f7deb226688f91a Mon Sep 17 00:00:00 2001 From: Thomas Niederberger Date: Sun, 21 Nov 2021 20:04:41 +0100 Subject: [PATCH] * src/main.c (print_help): Add command line option for TLS 1.3 --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7c27b0c3..c2fadce2 100644 --- a/src/main.c +++ b/src/main.c @@ -846,7 +846,7 @@ HTTP options:\n"), HTTPS (SSL/TLS) options:\n"), N_("\ --secure-protocol=PR choose secure protocol, one of auto, SSLv2,\n\ - SSLv3, TLSv1, TLSv1_1, TLSv1_2 and PFS\n"), + SSLv3, TLSv1, TLSv1_1, TLSv1_2, TLSv1_3 and PFS\n"), N_("\ --https-only only follow secure HTTPS links\n"), N_("\ -- 2.32.0