mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Print the EGD option in the help text at the end of the SSL option block.
This commit is contained in:
parent
05523f5f97
commit
7baf7b4cd9
@ -1,3 +1,8 @@
|
||||
2005-04-21 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* main.c (print_help): Print the EGD option outside the cluster of
|
||||
SSL options.
|
||||
|
||||
2005-04-21 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* http-ntlm.c (ntlm_output): Fix setting the domain.
|
||||
|
@ -531,8 +531,6 @@ HTTPS (SSL) options:\n"),
|
||||
--sslcertfile=FILE optional client certificate.\n"),
|
||||
N_("\
|
||||
--sslcertkey=KEYFILE optional keyfile for this certificate.\n"),
|
||||
N_("\
|
||||
--egd-file=FILE file name of the EGD socket.\n"),
|
||||
N_("\
|
||||
--sslcadir=DIR dir where hash list of CA's are stored.\n"),
|
||||
N_("\
|
||||
@ -544,6 +542,8 @@ HTTPS (SSL) options:\n"),
|
||||
N_("\
|
||||
--sslprotocol=0-3 choose SSL protocol; 0=automatic,\n\
|
||||
1=SSLv2 2=SSLv3 3=TLSv1.\n"),
|
||||
N_("\
|
||||
--egd-file=FILE file name of the EGD socket.\n"),
|
||||
"\n",
|
||||
#endif /* HAVE_SSL */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user