From 0734d8dd3744825c4db56ef0f50bcff111efa18e Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 12 Dec 2007 12:13:50 -0800 Subject: [PATCH] Remove -Y from --help, and example in manual. --- doc/wget.texi | 2 +- src/main.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/wget.texi b/doc/wget.texi index 1ae7af69..0e30d9c7 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -3376,7 +3376,7 @@ List}). @item Try to repeat the bug in as simple circumstances as possible. E.g. if -Wget crashes while downloading @samp{wget -rl0 -kKE -t5 -Y0 +Wget crashes while downloading @samp{wget -rl0 -kKE -t5 --no-proxy http://yoyodyne.com -o /tmp/log}, you should try to see if the crash is repeatable, and if will occur with a simpler set of options. You might even try to start the download at the page where the crash occurred to diff --git a/src/main.c b/src/main.c index d4f8dc04..71920995 100644 --- a/src/main.c +++ b/src/main.c @@ -444,8 +444,6 @@ Download:\n"), --waitretry=SECONDS wait 1..SECONDS between retries of a retrieval.\n"), N_("\ --random-wait wait from 0...2*WAIT secs between retrievals.\n"), - N_("\ - -Y, --proxy explicitly turn on proxy.\n"), N_("\ --no-proxy explicitly turn off proxy.\n"), N_("\ -- 2.39.2