diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-13 17:20:12 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-13 17:20:12 +0100 |
| commit | d4f80e47089b67f2d9c7d56390e26c8ce06f2fd8 (patch) | |
| tree | 3596e18ee309cc384126202775638ab2fbdff14c | |
| parent | 50876ed3a8d0f0ff78809ad748f83a721daf86c8 (diff) | |
| download | rabbitmq-server-git-d4f80e47089b67f2d9c7d56390e26c8ce06f2fd8.tar.gz | |
updated man page
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 26863ae78a..e53a97c2c9 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -627,10 +627,12 @@ <para role="example-prefix">For example:</para> <screen role="example">rabbitmqctl list_permissions -p /myvhost</screen> <para role="example"> - This command instructs the RabbitMQ broker to list all the - users which have been granted access to the virtual host - called <command>/myvhost</command>, and the permissions they - have for operations on resources in that virtual host. + This command instructs the RabbitMQ broker to list all + the users which have been granted access to the virtual + host called <command>/myvhost</command>, and the + permissions they have for operations on resources in + that virtual host. Note that an empty string means no + permissions granted. </para> </listitem> </varlistentry> |
