mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Clarified suffix vs patterns in -A, -R
This commit is contained in:
parent
a7958aa4c6
commit
d33628c2e5
@ -1,3 +1,8 @@
|
|||||||
|
2007-09-12 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* wget.texi: Expanded the description of -O. Clarified the
|
||||||
|
detection of elements as "patterns" versus "suffixes" in -A, -R.
|
||||||
|
|
||||||
2007-07-28 Micah Cowan <micah@cowan.name>
|
2007-07-28 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* wget.texi <HTTP Options>: Added --max-redirect option.
|
* wget.texi <HTTP Options>: Added --max-redirect option.
|
||||||
|
@ -1807,7 +1807,10 @@ option to turn it on.
|
|||||||
@item -A @var{acclist} --accept @var{acclist}
|
@item -A @var{acclist} --accept @var{acclist}
|
||||||
@itemx -R @var{rejlist} --reject @var{rejlist}
|
@itemx -R @var{rejlist} --reject @var{rejlist}
|
||||||
Specify comma-separated lists of file name suffixes or patterns to
|
Specify comma-separated lists of file name suffixes or patterns to
|
||||||
accept or reject (@pxref{Types of Files} for more details).
|
accept or reject (@pxref{Types of Files} for more details). Note that if
|
||||||
|
any of the wildcard characters, @samp{*}, @samp{?}, @samp{[} or
|
||||||
|
@samp{]}, appear in an element of @var{acclist} or @var{rejlist},
|
||||||
|
it will be treated as a pattern, rather than a suffix.
|
||||||
|
|
||||||
@item -D @var{domain-list}
|
@item -D @var{domain-list}
|
||||||
@itemx --domains=@var{domain-list}
|
@itemx --domains=@var{domain-list}
|
||||||
|
Loading…
Reference in New Issue
Block a user