correct docs on view exclude values to not say globs work

globs have never worked in field!=
see commit c2e8c21ca6 when the feature was
added, which discussed why
This commit is contained in:
Joey Hess 2023-02-07 12:42:26 -04:00
parent 4b330203fc
commit 115f72766b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -32,9 +32,7 @@ directory in the view, while `foo/=*` will preserve the
subdirectories of the foo directory in the view.
To enter a view containing only files that lack a given metadata
field or tag, specify field!=value or !tag. Globs can also be used here,
so `field!="*"` will enter a view containing only files that do not have
the field set to any value.
field or tag, specify field!=value or !tag.
# OPTIONS