1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't incorrectly claim that `-O' sets the number of retries to 1.

This commit is contained in:
hniksic 2003-12-06 02:59:59 -08:00
parent 0e74e24d95
commit 92c0f627b7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-12-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Don't incorrectly claim that `-O'
sets the number of retries to 1.
2003-12-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Document the new option `--protocol-directories'.

View File

@ -517,8 +517,7 @@ which are not retried.
The documents will not be written to the appropriate files, but all will
be concatenated together and written to @var{file}. If @var{file}
already exists, it will be overwritten. If the @var{file} is @samp{-},
the documents will be written to standard output. Including this option
automatically sets the number of tries to 1.
the documents will be written to standard output.
@cindex clobbering, file
@cindex downloading multiple times