mirror of
https://github.com/mirror/wget.git
synced 2025-02-05 09:10:12 +08:00
Mention TLSv1_1 and TLSv1_2 as secure-protocol values in help
* src/main.c: The --secure-protocol option accepts also values TLSv1_1 and TLSv1_2, as mentioned in the man page. However the help message doesn't mention these two values. This patch adds TLSv1_1 and TLSv1_2 as possible values to the help message. Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
c4a2b2e77e
commit
0b41c7543a
@ -808,7 +808,7 @@ HTTP options:\n"),
|
||||
HTTPS (SSL/TLS) options:\n"),
|
||||
N_("\
|
||||
--secure-protocol=PR choose secure protocol, one of auto, SSLv2,\n\
|
||||
SSLv3, TLSv1 and PFS\n"),
|
||||
SSLv3, TLSv1, TLSv1_1, TLSv1_2 and PFS\n"),
|
||||
N_("\
|
||||
--https-only only follow secure HTTPS links\n"),
|
||||
N_("\
|
||||
|
Loading…
Reference in New Issue
Block a user