Ryan Daniels <[EMAIL PROTECTED]> writes:

> The following command line causes a Segfault on my system:
> 
> wget -spider "" http://www.yahoo.com

Note that the correct syntax is `--spider', and that this (currently
defunct) option does not accept arguments.

But the bug you've uncovered is real: you can repeat it with:

    wget -r ""

I'll try to fix it.

Reply via email to