summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-03-19 16:04:07 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-03-19 16:04:07 +0000
commitba7a814c8e7a2d2e4df1d3a46d593ef331a585ec (patch)
tree6c3886393633657070c0cc3bfd47a2103eb73391 /docs
parenta75d518ae4b914a4bd9ef8f23d2cec8cf3ec6477 (diff)
downloadrabbitmq-server-ba7a814c8e7a2d2e4df1d3a46d593ef331a585ec.tar.gz
Remove -A and -I options, they are a bit too minority-interest.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq-plugins.1.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml
index f860e9c3..faa0bf41 100644
--- a/docs/rabbitmq-plugins.1.xml
+++ b/docs/rabbitmq-plugins.1.xml
@@ -69,7 +69,7 @@
<variablelist>
<varlistentry>
- <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt">-m</arg> <arg choice="opt">-E</arg> <arg choice="opt">-e</arg> <arg choice="opt">-A</arg> <arg choice="opt">-I</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt">-m</arg> <arg choice="opt">-E</arg> <arg choice="opt">-e</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>
@@ -91,16 +91,6 @@
enabled plugins.</para></listitem>
</varlistentry>
<varlistentry>
- <term>-A</term>
- <listitem><para>Show active plugins (running on the broker) that
- are not explicitly or implicitly enabled.</para></listitem>
- </varlistentry>
- <varlistentry>
- <term>-I</term>
- <listitem><para>Show in-active plugins (not running on the broker) that
- are explicitly or implicitly enabled.</para></listitem>
- </varlistentry>
- <varlistentry>
<term>pattern</term>
<listitem><para>Pattern to filter the plugin names by.</para></listitem>
</varlistentry>