mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix help string for --random-wait.
This commit is contained in:
parent
f9993ec155
commit
a6625c97c5
@ -1,3 +1,9 @@
|
||||
2010-06-20 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* main.c (print_help): Fix help string for --random-wait. Its range is
|
||||
[0.5*wait, 1.5*wait) not [0, 2*wait).
|
||||
Reported by: Tom Mizutani <gombei1970@gmail.com>.
|
||||
|
||||
2010-06-15 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* gnutls.c [WIN32]: Include "w32sock.h".
|
||||
|
@ -478,7 +478,7 @@ Download:\n"),
|
||||
N_("\
|
||||
--waitretry=SECONDS wait 1..SECONDS between retries of a retrieval.\n"),
|
||||
N_("\
|
||||
--random-wait wait from 0...2*WAIT secs between retrievals.\n"),
|
||||
--random-wait wait from 0.5*WAIT...1.5*WAIT secs between retrievals.\n"),
|
||||
N_("\
|
||||
--no-proxy explicitly turn off proxy.\n"),
|
||||
N_("\
|
||||
|
Loading…
Reference in New Issue
Block a user