diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-05 16:17:13 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-05 16:17:13 +0100 |
| commit | 4ae397a5a1a2edb7cf7dfbde8b27bb0ff1c58818 (patch) | |
| tree | 99be36b5bbcb0432bafb32ea38e9608754fac1ea /docs | |
| parent | a7ba635108e67d213a516ac56fe755ac95477f09 (diff) | |
| parent | 5ee048ee4f108a241c3c5595564e530c4c00d14f (diff) | |
| download | rabbitmq-server-git-4ae397a5a1a2edb7cf7dfbde8b27bb0ff1c58818.tar.gz | |
Merge in default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-plugins.1.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index 8ecb4fc83c..3b67d0e6b3 100644 --- a/docs/rabbitmq-plugins.1.xml +++ b/docs/rabbitmq-plugins.1.xml @@ -97,12 +97,14 @@ </variablelist> <para> 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, - [e] to indicate that it is implicitly enabled, and [!] to - indicate that it is enabled but missing and thus not - operational. + descriptions. Each plugin is prefixed with two status + indicator characters inside [ ]. The first indicator can + be " " to indicate that the plugin is not enabled, "E" to + indicate that it is explicitly enabled, "e" to indicate + that it is implicitly enabled, or "!" to indicate that it + is enabled but missing and thus not operational. The + second indicator can be " " to show that the plugin is not + running, or "*" to show that it is. </para> <para> If the optional pattern is given, only plugins whose |
