diff options
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 3327a31d56..e74b9b29e3 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -558,7 +558,11 @@ <term>scope</term> <listitem><para>Scope of the permissions: either <command>client</command> (the default) or - <command>all</command>.</para></listitem> + <command>all</command>. This determines whether + permissisons are checked for server-generated resource + names (<command>all</command>) or only for + client-specified resource names + (<command>client</command>).</para></listitem> </varlistentry> <varlistentry> <term>user</term> |
