diff --git a/doc/ChangeLog b/doc/ChangeLog index 264062e9..4c68e3cb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-25 Hrvoje Niksic + + * wget.texi (Advanced Usage): Don't advertise the non-existent + `-s' option. + 2005-04-25 Hrvoje Niksic * wget.texi (Download Options): Document --retry-connrefused. diff --git a/doc/wget.texi b/doc/wget.texi index 0e2c2eac..21bcf9f4 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -2857,7 +2857,7 @@ wget -S http://www.lycos.com/ Save the server headers with the file, perhaps for post-processing. @example -wget -s http://www.lycos.com/ +wget --save-headers http://www.lycos.com/ more index.html @end example