Skip to content

Commit d6d37b1

Browse files
update readme
1 parent ca69e4c commit d6d37b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Commands:
3939
- ``sql ```query``` `` -- execute arbitrary SQL on the database. The queries must be wrapped in code blocks or inlines. Queries that result in changes always prompt for confirmation.
4040
- `acl` -- edit Access Control Lists: permission settings for commands and other miscellaneous actions. An ACL is a formula involving users, roles, channels, categories, and boolean connectives. A command or an action can be mapped to an ACL, which will restrict who can use the command/action and where.
4141
- `acl list` -- list ACL formulas.
42-
- `acl show <acl>` -- display the formula for the given ACL in YAML format. Add `--pretty` (or `-p`) to display the formula as Markdown with Discord mention tags (e.g. `<@&role>`, `<#channel>`).
42+
- `acl show [--pretty|-p] <acl>` -- display the formula for the given ACL in YAML format. Add `--pretty` (or `-p`) to display the formula as Markdown with Discord mention tags (e.g. `<@&role>`, `<#channel>`).
4343
- ``acl set <acl> ```formula``` `` -- set the formula for the given ACL. The formula must be a code-block containing YAML.
4444
- `acl commands` -- show all commands that are assigned to ACLs.
4545
- `acl command <command> [acl]` -- assign the given command (fully qualified name) to the given ACL, restricting its usage to the users/channels specified in that ACL. If the ACL is omitted the command can never be used.

0 commit comments

Comments
 (0)