]> sjero.net Git - wget/commitdiff
[svn] Don't advertise removed option -s.
authorhniksic <devnull@localhost>
Mon, 25 Apr 2005 20:21:06 +0000 (13:21 -0700)
committerhniksic <devnull@localhost>
Mon, 25 Apr 2005 20:21:06 +0000 (13:21 -0700)
doc/ChangeLog
doc/wget.texi

index 264062e996ef0b497b07f649c5209d9e29aeed71..4c68e3cba1856ab8e8ae7fc36c2ffe5cf0e24d65 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Advanced Usage): Don't advertise the non-existent
+       `-s' option.
+
 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * wget.texi (Download Options): Document --retry-connrefused.
index 0e2c2eac025c75ceff15a5c956f2107422e13ff4..21bcf9f48a189a7ae608229ba55e268f7bad7e76 100644 (file)
@@ -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