mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix wording of --secure-protocol help text.
This commit is contained in:
parent
ea9a2b260c
commit
370bb1b982
@ -1,3 +1,7 @@
|
|||||||
|
2005-05-06 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* main.c (print_help): Fix wording of --secure-protocol help text.
|
||||||
|
|
||||||
2005-05-06 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-05-06 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* cmpt.c (strstr): Updated from glibc 2.3.5.
|
* cmpt.c (strstr): Updated from glibc 2.3.5.
|
||||||
|
@ -547,8 +547,8 @@ HTTP options:\n"),
|
|||||||
N_("\
|
N_("\
|
||||||
HTTPS (SSL/TLS) options:\n"),
|
HTTPS (SSL/TLS) options:\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--secure-protocol=PR choose SSL protocol, one of auto, SSLv2, SSLv3,\n\
|
--secure-protocol=PR choose secure protocol, one of auto, SSLv2,\n\
|
||||||
and TLSv1.\n"),
|
SSLv3, and TLSv1.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--no-check-certificate don't validate the server's certificate.\n"),
|
--no-check-certificate don't validate the server's certificate.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
|
Loading…
Reference in New Issue
Block a user