From cb8c511985e8dde6deb68f84b0f0d738981dbe94 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 13 Jun 2018 20:35:31 -0300 Subject: [PATCH] Update lib description --- doc/src/05100-lib-entryfilter.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/05100-lib-entryfilter.md b/doc/src/05100-lib-entryfilter.md index 2812db39..8c4a4369 100644 --- a/doc/src/05100-lib-entryfilter.md +++ b/doc/src/05100-lib-entryfilter.md @@ -1,8 +1,7 @@ ## libimagentryfilter Helper library to filter lists of entries by certain predicated. Offers filters -for filtering by header values and other predicates, plus this library offers -logical operants to combine filters. +for filtering by header values and other predicates. A commandline-to-filter DSL is planned for this, so commandline applications can use this to implement a uniform filter interface.