From: hniksic Date: Sat, 6 Dec 2003 10:59:59 +0000 (-0800) Subject: [svn] Don't incorrectly claim that `-O' sets the number of retries to 1. X-Git-Tag: v1.13~1340 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=92c0f627b7a1581a953a885c189b69e710cbc56a [svn] Don't incorrectly claim that `-O' sets the number of retries to 1. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 38e59532..5086e28e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-12-06 Hrvoje Niksic + + * wget.texi (Download Options): Don't incorrectly claim that `-O' + sets the number of retries to 1. + 2003-12-06 Hrvoje Niksic * wget.texi: Document the new option `--protocol-directories'. diff --git a/doc/wget.texi b/doc/wget.texi index 2c3bfba2..bd2c77e0 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -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