Skip to content

Commit

Permalink
man: doveadm indexer list/remove have the wrong mask arguments
Browse files Browse the repository at this point in the history
data/doveadm.js already reflected the correct arguments.
  • Loading branch information
slusarz authored and sirainen committed Sep 13, 2024
1 parent bdb6a7c commit 8c5c6cf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/core/man/doveadm-indexer.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- @include: reporting-bugs.inc -->

Expand Down

0 comments on commit 8c5c6cf

Please sign in to comment.