The actual default for exclude patterns is --no-anchored. Fixed.

This commit is contained in:
Sergey Poznyakoff
2004-06-25 10:32:27 +00:00
parent 421043b6b1
commit cd2c8d4fbb

View File

@@ -6171,8 +6171,9 @@ ignores case when excluding @samp{makefile}, but not when excluding
@table @option
@item --anchored
@itemx --no-anchored
If anchored (the default), a pattern must match an initial subsequence
of the name's components. Otherwise, the pattern can match any subsequence.
If anchored, a pattern must match an initial subsequence
of the name's components. Otherwise, the pattern can match any
subsequence. Default is @option{--no-anchored}.
@item --ignore-case
@itemx --no-ignore-case