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 | a05e7717539d39bedff3e17b03c87845881fc600 (patch) | |
| tree | 0e862031578c5451bd7367314146131eb7cac987 /docs/rabbitmq-plugins.1.xml | |
| parent | c4caae36bdb0179211d1aa6c665bc5466c74f563 (diff) | |
| download | rabbitmq-server-git-a05e7717539d39bedff3e17b03c87845881fc600.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 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> |
