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:
parent
65af6f7432
commit
1a9c0f6c31
@ -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>
|
2004-05-13 Nico R. <n-roeser@gmx.net>
|
||||||
|
|
||||||
* Makefile.in: Allow building in a separate tree with source tree
|
* Makefile.in: Allow building in a separate tree with source tree
|
||||||
|
@ -519,7 +519,10 @@ which are not retried.
|
|||||||
The documents will not be written to the appropriate files, but all will
|
The documents will not be written to the appropriate files, but all will
|
||||||
be concatenated together and written to @var{file}. If @var{file}
|
be concatenated together and written to @var{file}. If @var{file}
|
||||||
already exists, it will be overwritten. If the @var{file} is @samp{-},
|
already exists, it will be overwritten. If the @var{file} is @samp{-},
|
||||||
the documents will be written to standard output.
|
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 clobbering, file
|
||||||
@cindex downloading multiple times
|
@cindex downloading multiple times
|
||||||
|
Loading…
Reference in New Issue
Block a user