mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove stray HAVE_RANDOM check from main.c.
This commit is contained in:
parent
50ee69297d
commit
1c906e47d3
@ -1,3 +1,7 @@
|
||||
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* main.c (print_help): Remove stray HAVE_RANDOM code.
|
||||
|
||||
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* ftp.c (getftp): Improve output after sending PASV. Don't
|
||||
|
@ -166,10 +166,6 @@ Download:\n\
|
||||
-Q, --quota=NUMBER set retrieval quota to NUMBER.\n\
|
||||
--limit-rate=RATE limit download rate to RATE.\n\
|
||||
\n"), stdout);
|
||||
#ifdef HAVE_RANDOM
|
||||
fputs (_("\
|
||||
\n"), stdout);
|
||||
#endif
|
||||
fputs (_("\
|
||||
Directories:\n\
|
||||
-nd --no-directories don\'t create directories.\n\
|
||||
|
Loading…
Reference in New Issue
Block a user