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 | 3735abb0db665a0d7231896e4d04d74e39856356 (patch) | |
| tree | 1228b6d57be1b61db3f54217645272c06d8bfd6d /docs | |
| parent | 548c120de5051818ff13f21b65a30dace870fcb9 (diff) | |
| download | rabbitmq-server-git-3735abb0db665a0d7231896e4d04d74e39856356.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.
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 97dce52a48..5d74c6e1e1 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> |
