From 80842726bb2da976a809d3d7927754994875c2de Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 7 Feb 2020 21:20:17 -0800 Subject: [PATCH] doc/Admin: `cap group` can now accept more than one capability --- doc/Admin.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index a2531788..b64e44c8 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -203,7 +203,7 @@ see what capabilities a user has. Usage: cap list [capability] | - cap group | + cap group | cap ungroup | cap userhas [capability] | cap whohas @@ -250,15 +250,12 @@ Observe. To create a new capability group or to add capabilities to an existing group, use the `cap group` command. -Usage: `cap group ` +Usage: `cap group ` For example, to create a new capability group called `moderator` who can strictly only set `mode +m` or `mode -m` and use the `voice` and `devoice` commands: - cap group moderator can-voice - cap group moderator can-devoice - cap group moderator can-mode - cap group moderator can-mode-m + cap group moderator can-voice can-devoice can-mode can-mode-m cap list moderator Grouped capabilities for moderator: can-devoice (1 cap), can-voice (1 cap),