From 3b9709ea0e0b6967d4730463fd2bf5ffe75fc60d Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Thu, 28 Aug 2025 07:41:51 -0700 Subject: [PATCH] DEV: ACL LIST command doc under oss needs an update --- content/commands/acl-list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/commands/acl-list.md b/content/commands/acl-list.md index 434daeff20..e01f576b31 100644 --- a/content/commands/acl-list.md +++ b/content/commands/acl-list.md @@ -44,6 +44,10 @@ configuration file if you wish (but make sure to check [`ACL SAVE`]({{< relref " 2) "user default on nopass ~* &* +@all" ``` +{{< note >}} +In some cases, you might see `allchannels` instead of `&*` and `allkeys` instead of `~*` in the output. This is because `allchannels` and `allkeys` are aliases for `&*` and `~*` respectively. +{{< /note>}} + ## Return information {{< multitabs id="acl-list-return-info"