diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-03-19 16:04:07 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-03-19 16:04:07 +0000 |
| commit | c73380465ebeefb3d1d305646d9b3feda50898c6 (patch) | |
| tree | 6c3886393633657070c0cc3bfd47a2103eb73391 /docs/rabbitmq-plugins.1.xml | |
| parent | 2c6069a2380191a18af5bc77dd26492766c6ea7f (diff) | |
| download | rabbitmq-server-git-c73380465ebeefb3d1d305646d9b3feda50898c6.tar.gz | |
Remove -A and -I options, they are a bit too minority-interest.
Diffstat (limited to 'docs/rabbitmq-plugins.1.xml')
| -rw-r--r-- | docs/rabbitmq-plugins.1.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index f860e9c327..faa0bf41a1 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> |
