From 8c5c6cfedf20ebbf24a28c379a719d05efe19dc0 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 12 Sep 2024 15:01:24 -0600 Subject: [PATCH] man: doveadm indexer list/remove have the wrong mask arguments data/doveadm.js already reflected the correct arguments. --- docs/core/man/doveadm-indexer.1.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/core/man/doveadm-indexer.1.md b/docs/core/man/doveadm-indexer.1.md index 7a83dc298..e2223469b 100644 --- a/docs/core/man/doveadm-indexer.1.md +++ b/docs/core/man/doveadm-indexer.1.md @@ -38,21 +38,20 @@ indexer queue. It works the same as the **doveadm index -q** command. ### indexer remove -**doveadm** [*GLOBAL OPTIONS*] indexer remove *user_mask* +**doveadm** [*GLOBAL OPTIONS*] indexer remove *user_mask* [*mailbox_mask*] -Remove all indexer requests for the matching *user_mask*. It's possible -to use wildcards. Requests that are currently processed by +Remove all indexer requests for the matching *user_mask* (and *mailbox_mask*). +It's possible to use wildcards. Requests that are currently processed by indexer-worker are not listed; use **doveadm kick** instead to kick them. ### indexer list -**doveadm** [*GLOBAL OPTIONS*] indexer list *user_mask* [*mailbox_mask*] +**doveadm** [*GLOBAL OPTIONS*] indexer list *user_mask* -List all the queued indexing requests matching the *user_mask* (and the -*mailbox_mask*). It's possible to use wildcards. Requests that are -currently processed by indexer-worker are not listed; use **doveadm who** -instead to see them. +List all the queued indexing requests matching *user_mask*. It's possible to +use wildcards. Requests that are currently processed by indexer-worker are +not listed; use **doveadm who** instead to see them.