From a1b60d2bfe39dd5af766e047593fc7ae03bc79ea Mon Sep 17 00:00:00 2001 From: Jules Maselbas Date: Thu, 30 May 2024 13:31:01 +0200 Subject: doc: fix the syntax for -d in the usage example The -d option expects `..` for a range and not `,` Signed-off-by: Jules Maselbas Acked-by: Robin Jarry --- doc/aerc-search.1.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index e6b0be5c..3f4b61c8 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -8,8 +8,8 @@ aerc-search - search and filter patterns and options for *aerc*(1) This syntax is common to all backends. -*:filter* [*-ruba*] [*-x* __] [*-X* __] [*-H* _
:[]_] [*-f* __] [*-t* __] [*-c* __] [*-d* __] [__...]++ -*:search* [*-ruba*] [*-x* __] [*-X* __] [*-H* _
:[]_] [*-f* __] [*-t* __] [*-c* __] [*-d* __] [__...] +*:filter* [*-ruba*] [*-x* __] [*-X* __] [*-H* _
:[]_] [*-f* __] [*-t* __] [*-c* __] [*-d* __] [__...]++ +*:search* [*-ruba*] [*-x* __] [*-X* __] [*-H* _
:[]_] [*-f* __] [*-t* __] [*-c* __] [*-d* __] [__...] Searches the current folder for messages matching the given set of conditions. -- cgit