[svn] Don't advertise removed option -s.

This commit is contained in:
hniksic 2005-04-25 13:21:06 -07:00
parent b306ed79c0
commit 56a4583e61
2 changed files with 6 additions and 1 deletions

View 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.

View 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