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

[svn] Describe limitations of combining the -O and -k options.

This commit is contained in:
mtortonesi 2004-11-20 15:16:29 -08:00
parent 65af6f7432
commit 1a9c0f6c31
2 changed files with 9 additions and 2 deletions

View 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

View 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