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),