From 56a4583e61b0af25da29265106a2ecd1d17cb83a Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 25 Apr 2005 13:21:06 -0700 Subject: [PATCH] [svn] Don't advertise removed option -s. --- doc/ChangeLog | 5 +++++ doc/wget.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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