diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-16 16:30:25 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-16 16:30:25 +0100 |
| commit | d908ae902801e3cde1d502816489cc775912a3c2 (patch) | |
| tree | 65ccb675356d2e2d3c795608aa84f79d03a38eba /docs/rabbitmqctl.1.xml | |
| parent | a5dbf0a0aa13d0868f37fd94e72a1d0434e885e6 (diff) | |
| download | rabbitmq-server-git-d908ae902801e3cde1d502816489cc775912a3c2.tar.gz | |
cleared up manpage
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -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> |
