mirror of
https://github.com/mirror/wget.git
synced 2025-01-15 23:01:07 +08:00
Corrected documentation on --input-file.
This commit is contained in:
parent
5febddec70
commit
ed533c23c7
@ -1,3 +1,9 @@
|
||||
2009-07-06 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* wget.texi (Logging and Input File Options): Alter description of
|
||||
--input-file, implying that --force-html isn't necessary when the
|
||||
input is in HTML file.
|
||||
|
||||
2009-07-03 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* wget.texi (Download Options): --iri=no --> --no-iri
|
||||
|
@ -486,9 +486,8 @@ specified as @var{file}, @sc{url}s are read from the standard input.
|
||||
If this function is used, no @sc{url}s need be present on the command
|
||||
line. If there are @sc{url}s both on the command line and in an input
|
||||
file, those on the command lines will be the first ones to be
|
||||
retrieved. The @var{file} need not be an @sc{html} document (but no
|
||||
harm if it is)---it is enough if the @sc{url}s are just listed
|
||||
sequentially.
|
||||
retrieved. If @samp{--force-html} is not specified, then @var{file}
|
||||
should consist of a series of URLs, one per line.
|
||||
|
||||
However, if you specify @samp{--force-html}, the document will be
|
||||
regarded as @samp{html}. In that case you may have problems with
|
||||
|
Loading…
Reference in New Issue
Block a user