1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Remove support for --use-proxy.

This commit is contained in:
hniksic 2005-04-25 14:19:41 -07:00
parent 7f481baada
commit e26d46befc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-25 Hrvoje Niksic <hniksic@xemacs.org>
* main.c (option_data): Removed support for the undocumented flag
--use-proxy.
2005-04-25 Hrvoje Niksic <hniksic@xemacs.org>
* main.c (option_data): Don't treat -Y as a boolean switch; treat

View File

@ -250,7 +250,6 @@ struct cmdline_option option_data[] =
{ "timeout", 'T', OPT_VALUE, "timeout", -1 },
{ "timestamping", 'N', OPT_BOOLEAN, "timestamping", -1 },
{ "tries", 't', OPT_VALUE, "tries", -1 },
{ "use-proxy", 'Y', OPT_BOOLEAN, "useproxy", -1 },
{ "user-agent", 'U', OPT_VALUE, "useragent", -1 },
{ "verbose", 'v', OPT_BOOLEAN, "verbose", -1 },
{ "verbose", 0, OPT_BOOLEAN, "verbose", -1 },