Skip to content

Commit

Permalink
man: Fixes for --match-me argument for doveadm acl get
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz authored and sirainen committed Sep 13, 2024
1 parent 5068b3c commit c6a9731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/doveadm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
3 changes: 3 additions & 0 deletions docs/core/man/doveadm-acl.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*]
Expand Down

0 comments on commit c6a9731

Please sign in to comment.