Fix docs about outputs and fieldpass/fielddrop

This has been allowed since 1.1.0
This commit is contained in:
Daniel Nelson 2018-04-17 13:35:27 -07:00
parent 13c2f68453
commit cd124bb2ee
1 changed files with 2 additions and 2 deletions

View File

@ -153,11 +153,11 @@ The inverse of `namepass`. If a match is found the point is discarded. This
is tested on points after they have passed the `namepass` test. is tested on points after they have passed the `namepass` test.
* **fieldpass**: * **fieldpass**:
An array of glob pattern strings. Only fields whose field key matches a An array of glob pattern strings. Only fields whose field key matches a
pattern in this list are emitted. Not available for outputs. pattern in this list are emitted.
* **fielddrop**: * **fielddrop**:
The inverse of `fieldpass`. Fields with a field key matching one of the The inverse of `fieldpass`. Fields with a field key matching one of the
patterns will be discarded from the point. This is tested on points after patterns will be discarded from the point. This is tested on points after
they have passed the `fieldpass` test. Not available for outputs. they have passed the `fieldpass` test.
* **tagpass**: * **tagpass**:
A table mapping tag keys to arrays of glob pattern strings. Only points A table mapping tag keys to arrays of glob pattern strings. Only points
that contain a tag key in the table and a tag value matching one of its that contain a tag key in the table and a tag value matching one of its