diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-29 14:23:12 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-29 14:23:12 +0000 |
| commit | c2849df9341c9f78e7c8fa2f3b628a24b0cdb8af (patch) | |
| tree | ee04ac3b5593337e98c0b409690b3b24a748c2c1 /docs | |
| parent | 69f884d6d964b0104e5a6da378715e9078c336a8 (diff) | |
| parent | 215e6c1081de22c9e556f5ce6f2a59b7e051063b (diff) | |
| download | rabbitmq-server-git-c2849df9341c9f78e7c8fa2f3b628a24b0cdb8af.tar.gz | |
Merge bug24719
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-plugins.1.xml | 13 |
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"> |
