From c6a973144dd45c6807263133027dcfd60b11323a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 12 Sep 2024 15:15:23 -0600 Subject: [PATCH] man: Fixes for --match-me argument for doveadm acl get --- data/doveadm.js | 1 + docs/core/man/doveadm-acl.1.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/data/doveadm.js b/data/doveadm.js index d596e4af1..91e27598d 100644 --- a/data/doveadm.js +++ b/data/doveadm.js @@ -131,6 +131,7 @@ Applicable to [[link,mdbox]] and [[link,sdbox]] mailbox formats only. 'acl get': { args: { 'match-me': { + cli: 'm', type: doveadm_arg_types.BOOL, }, mailbox: { diff --git a/docs/core/man/doveadm-acl.1.md b/docs/core/man/doveadm-acl.1.md index a7488afb7..210af2239 100644 --- a/docs/core/man/doveadm-acl.1.md +++ b/docs/core/man/doveadm-acl.1.md @@ -139,6 +139,9 @@ Remove the whole ACL entry for the *mailbox*/*id*. Show all the ACLs for the *mailbox*. +**-m** +: Only show ACLs that match the mailbox. + ### acl recalc **doveadm** [*GLOBAL OPTIONS*] acl recalc [**-u** *user* | **-A** | **-F** *file* | **\-\-no-userdb-lookup**] [**-S** *socket_path*]