]> sjero.net Git - wget/commitdiff
[svn] Remove support for --use-proxy.
authorhniksic <devnull@localhost>
Mon, 25 Apr 2005 21:19:41 +0000 (14:19 -0700)
committerhniksic <devnull@localhost>
Mon, 25 Apr 2005 21:19:41 +0000 (14:19 -0700)
src/ChangeLog
src/main.c

index 2b41b878f2ff4bf49a5dcb7a1fe0ae55d2e44f85..883a41af75c4764f4fbf3b39045f4158919a81c4 100644 (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
index d7341edb05fef1837f94a08d7ec290f61d2226bd..fcbe53a5d6f395e6fd70a011dae0e8a42a828237 100644 (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 },