diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-10-11 15:14:40 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-10-11 15:14:40 +0100 |
commit | 9595f8660cf7e720a8b641d9d466743bc2ecf59c (patch) | |
tree | 1228b6d57be1b61db3f54217645272c06d8bfd6d /docs | |
parent | d668b7dfc2c544689a51f9b7f0591febc30b56a7 (diff) | |
download | rabbitmq-server-9595f8660cf7e720a8b641d9d466743bc2ecf59c.tar.gz |
Add another format: minimal. Just the name of the plugin, one per line. rabbitmq-plugins will be used in automation, let's not make it painful.bug21319
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmq-plugins.1.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index 97dce52a..5d74c6e1 100644 --- a/docs/rabbitmq-plugins.1.xml +++ b/docs/rabbitmq-plugins.1.xml @@ -69,12 +69,16 @@ <variablelist> <varlistentry> - <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> + <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> <term>-v</term> - <listitem><para>Show all plugin details.</para></listitem> + <listitem><para>Show all plugin details (verbose).</para></listitem> + </varlistentry> + <varlistentry> + <term>-m</term> + <listitem><para>Show only plugin names (minimal).</para></listitem> </varlistentry> <varlistentry> <term>-E</term> |