summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-plugins.1.xml
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-22 18:39:18 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-22 18:39:18 +0100
commit3bb75c177cfbbef998dab297682ba8e1468b6add (patch)
treefa028e4436689b85b57de529a65ed69c2a7bd8d0 /docs/rabbitmq-plugins.1.xml
parenta05e7717539d39bedff3e17b03c87845881fc600 (diff)
downloadrabbitmq-server-git-3bb75c177cfbbef998dab297682ba8e1468b6add.tar.gz
-e and -E filter by enabled status
Diffstat (limited to 'docs/rabbitmq-plugins.1.xml')
-rw-r--r--docs/rabbitmq-plugins.1.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml
index a04dccde57..49fa709a8f 100644
--- a/docs/rabbitmq-plugins.1.xml
+++ b/docs/rabbitmq-plugins.1.xml
@@ -60,7 +60,7 @@
<variablelist>
<varlistentry>
- <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt">-E</arg> <arg choice="opt">-e</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>
@@ -68,6 +68,16 @@
<listitem><para>Show all plugin details.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>-E</term>
+ <listitem><para>Show only explicitly enabled
+ plugins.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>-e</term>
+ <listitem><para>Show only explicitly or implicitly
+ enabled plugins.</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>pattern</term>
<listitem><para>Pattern to filter the plugin names by.</para></listitem>
</varlistentry>
@@ -94,6 +104,11 @@
This command lists all the plugins available, but does not
display plugins whose name does not contain "management".
</para>
+ <screen role="example">rabbitmq-plugins list -e rabbit</screen>
+ <para role="example">
+ This command lists all implicitly or explicitly enabled
+ rabbit plugins.
+ </para>
</listitem>
</varlistentry>