mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Heiko's --help output for --waitretry was over 80 columns. Shortened. It also
said that 0 seconds are waited after the first retry, which I believe is incorrect and does not match what's written elsewhere (e.g. wget.texi). Changed to 1.
This commit is contained in:
parent
1765080b2e
commit
eea2d24220
@ -1,3 +1,7 @@
|
||||
2000-06-09 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||
|
||||
* main.c (print_help): --help output for --waitretry was over 80 cols.
|
||||
|
||||
2000-06-09 Hrvoje Niksic <hniksic@iskon.hr>
|
||||
|
||||
* url.c (encode_string): Fix comment.
|
||||
|
@ -146,7 +146,7 @@ Download:\n\
|
||||
--spider don\'t download anything.\n\
|
||||
-T, --timeout=SECONDS set the read timeout to SECONDS.\n\
|
||||
-w, --wait=SECONDS wait SECONDS between retrievals.\n\
|
||||
--waitretry=SECONDS wait 0..max SECONDS between retries of a retrieval.\n\
|
||||
--waitretry=SECONDS wait 1...SECONDS between retries of a retrieval.\n\
|
||||
-Y, --proxy=on/off turn proxy on or off.\n\
|
||||
-Q, --quota=NUMBER set retrieval quota to NUMBER.\n\
|
||||
\n"), _("\
|
||||
|
Loading…
Reference in New Issue
Block a user