diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-22 18:27:42 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-22 18:27:42 +0100 |
commit | bfdc0ab28ee84ecc57617c6dfcee99a5b6b052e1 (patch) | |
tree | 0e862031578c5451bd7367314146131eb7cac987 /docs/rabbitmq-plugins.1.xml | |
parent | 693517dd96c02697414c04cedb45ca9fd932138c (diff) | |
download | rabbitmq-server-bfdc0ab28ee84ecc57617c6dfcee99a5b6b052e1.tar.gz |
compact -> verbose
Diffstat (limited to 'docs/rabbitmq-plugins.1.xml')
-rw-r--r-- | docs/rabbitmq-plugins.1.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index edc1ef93..a04dccde 100644 --- a/docs/rabbitmq-plugins.1.xml +++ b/docs/rabbitmq-plugins.1.xml @@ -60,12 +60,12 @@ <variablelist> <varlistentry> - <term><cmdsynopsis><command>list</command> <arg choice="opt">-c</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term> + <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term> <listitem> <variablelist> <varlistentry> - <term>-c</term> - <listitem><para>List plugins compactly.</para></listitem> + <term>-v</term> + <listitem><para>Show all plugin details.</para></listitem> </varlistentry> <varlistentry> <term>pattern</term> @@ -83,17 +83,16 @@ <para role="example-prefix">For example:</para> <screen role="example">rabbitmq-plugins list</screen> <para role="example"> - This command lists all the plugins available. + This command lists all the plugins available, on one line each. </para> - <screen role="example">rabbitmq-plugins list -c</screen> + <screen role="example">rabbitmq-plugins list -v </screen> <para role="example"> - This command lists all the plugins available, on one line each. + This command lists all the plugins available. </para> - <screen role="example">rabbitmq-plugins list -c management</screen> + <screen role="example">rabbitmq-plugins list -v management</screen> <para role="example"> - This command lists all the plugins available, on one - line each, but does not display plugins whose name does - not contain "management". + This command lists all the plugins available, but does not + display plugins whose name does not contain "management". </para> </listitem> </varlistentry> |