diff options
Diffstat (limited to 'docs')
| -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 edc1ef9365..a04dccde57 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> |
