We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64c8d8 commit a8c4a6cCopy full SHA for a8c4a6c
docs/rabbitmqctl.1.xml
@@ -556,13 +556,15 @@
556
<varlistentry>
557
<term><cmdsynopsis><command>list_users</command></cmdsynopsis></term>
558
<listitem>
559
- <para>Lists users</para>
+ <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>
563
<para role="example-prefix">For example:</para>
564
<screen role="example">rabbitmqctl list_users</screen>
565
<para role="example">
566
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.
567
+ users.
568
</para>
569
</listitem>
570
</varlistentry>
0 commit comments