summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-plugins.1.xml
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-11-13 16:31:56 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-11-13 16:31:56 +0000
commit7346a8252ef5b6b9a32161a7e03b228daac062db (patch)
tree7643dff8972807a4f4be41fe5e2e3ea79b5f1c7c /docs/rabbitmq-plugins.1.xml
parent7ebb283bdce77b248b81acd47bdd1e98d9fb01e0 (diff)
parent03160aa26d0906212808be93fddb7879ea81a8c0 (diff)
downloadrabbitmq-server-git-7346a8252ef5b6b9a32161a7e03b228daac062db.tar.gz
Merge in default
Diffstat (limited to 'docs/rabbitmq-plugins.1.xml')
-rw-r--r--docs/rabbitmq-plugins.1.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml
index 5d74c6e1e1..8ecb4fc83c 100644
--- a/docs/rabbitmq-plugins.1.xml
+++ b/docs/rabbitmq-plugins.1.xml
@@ -96,11 +96,13 @@
</varlistentry>
</variablelist>
<para>
- Lists available plugins, their versions, dependencies and
+ Lists all plugins, their versions, dependencies and
descriptions. Each plugin is prefixed with a status
indicator - [ ] to indicate that the plugin is not
enabled, [E] to indicate that it is explicitly enabled,
- and [e] to indicate that it is implicitly enabled.
+ [e] to indicate that it is implicitly enabled, and [!] to
+ indicate that it is enabled but missing and thus not
+ operational.
</para>
<para>
If the optional pattern is given, only plugins whose
@@ -109,16 +111,15 @@
<para role="example-prefix">For example:</para>
<screen role="example">rabbitmq-plugins list</screen>
<para role="example">
- This command lists all the plugins available, on one line each.
+ This command lists all plugins, on one line each.
</para>
<screen role="example">rabbitmq-plugins list -v </screen>
<para role="example">
- This command lists all the plugins available.
+ This command lists all plugins.
</para>
<screen role="example">rabbitmq-plugins list -v management</screen>
<para role="example">
- This command lists all the plugins available, but does not
- display plugins whose name does not contain "management".
+ This command lists all plugins whose name contains "management".
</para>
<screen role="example">rabbitmq-plugins list -e rabbit</screen>
<para role="example">