Skip to content

Commit a8c4a6c

Browse files
author
Simon MacMullen
committed
Update for user tags. Also move the explanation of the listing format to the main doc part not the example.
1 parent d64c8d8 commit a8c4a6c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/rabbitmqctl.1.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,13 +556,15 @@
556556
<varlistentry>
557557
<term><cmdsynopsis><command>list_users</command></cmdsynopsis></term>
558558
<listitem>
559-
<para>Lists users</para>
559+
<para>
560+
Lists users. Each result row will contain the user name
561+
followed by a list of the tags set for that user.
562+
</para>
560563
<para role="example-prefix">For example:</para>
561564
<screen role="example">rabbitmqctl list_users</screen>
562565
<para role="example">
563566
This command instructs the RabbitMQ broker to list all
564-
users. Each result row will contain the user name and
565-
the administrator status of the user, in that order.
567+
users.
566568
</para>
567569
</listitem>
568570
</varlistentry>

0 commit comments

Comments
 (0)