mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23:27 +08:00
* src/main.c (print_help): Add command line option for TLS 1.3
This commit is contained in:
committed by
Darshit Shah
parent
65e6d5b3b8
commit
faeb4d90c2
@@ -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_("\
|
||||
|
||||
Reference in New Issue
Block a user