From bcf1cf59c134c887a0a3d8f4cd480a7d370147be Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 17 Apr 2018 13:35:27 -0700 Subject: [PATCH] Fix docs about outputs and fieldpass/fielddrop This has been allowed since 1.1.0 --- docs/CONFIGURATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index b1ae47bf1..39825376d 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -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. * **fieldpass**: 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**: 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 -they have passed the `fieldpass` test. Not available for outputs. +they have passed the `fieldpass` test. * **tagpass**: 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