]> sjero.net Git - wget/commitdiff
[svn] Describe limitations of combining the -O and -k options.
authormtortonesi <devnull@localhost>
Sat, 20 Nov 2004 23:16:29 +0000 (15:16 -0800)
committermtortonesi <devnull@localhost>
Sat, 20 Nov 2004 23:16:29 +0000 (15:16 -0800)
doc/ChangeLog
doc/wget.texi

index 7894426a368dadb87500abe530c564c8a4f6f740..d285c7d834e158efa74b90ade279c0bead889151 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-20  Hans-Andreas Engel  <engel@node.ch>  
+       
+       * wget.texi: Describe limitations of combining `-O' with `-k'.
+
 2004-05-13  Nico R.  <n-roeser@gmx.net>
 
        * Makefile.in: Allow building in a separate tree with source tree
index 3b518d5337fb75568a36cb0c9710ad721b515d1b..e1389fc4b232074e819728eec0f58b73b8c3ef44 100644 (file)
@@ -518,8 +518,11 @@ which are not retried.
 @itemx --output-document=@var{file}
 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.
+already exists, it will be overwritten.  If the @var{file} is @samp{-}, 
+the documents will be written to standard output (disabling @samp{-k}).
+Note that a combination with @samp{-k} is only well-defined for downloading
+a single document.
 
 @cindex clobbering, file
 @cindex downloading multiple times