summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-08-25 11:00:04 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-08-25 11:00:04 +0100
commit3b39cf36cdcee0cd1ae197238904ab5eaf70c096 (patch)
treefdeee18816864ffbf946227e2c3de75741267d10
parentbb7006f50c9bee6231824c828af32f893e06d039 (diff)
downloadrabbitmq-server-3b39cf36cdcee0cd1ae197238904ab5eaf70c096.tar.gz
Update for user tags. Also move the explanation of the listing format to the main doc part not the example.
-rw-r--r--docs/rabbitmqctl.1.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 4d3065b7..3291c44d 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -556,13 +556,15 @@
<varlistentry>
<term><cmdsynopsis><command>list_users</command></cmdsynopsis></term>
<listitem>
- <para>Lists users</para>
+ <para>
+ Lists users. Each result row will contain the user name
+ followed by a list of the tags set for that user.
+ </para>
<para role="example-prefix">For example:</para>
<screen role="example">rabbitmqctl list_users</screen>
<para role="example">
This command instructs the RabbitMQ broker to list all
- users. Each result row will contain the user name and
- the administrator status of the user, in that order.
+ users.
</para>
</listitem>
</varlistentry>