diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-10-10 17:15:13 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-10-10 17:15:13 +0100 |
| commit | a5cbaee2b793d03755eb4c7744bc5cedc18f672e (patch) | |
| tree | 000b6374d97e60a49c8e7ed24ca5135ccd19099c | |
| parent | a77d7185c9eb28aaf8c87221c018cb50e0c0df42 (diff) | |
| download | rabbitmq-server-git-a5cbaee2b793d03755eb4c7744bc5cedc18f672e.tar.gz | |
Explain statuses.
| -rw-r--r-- | docs/rabbitmq-plugins.1.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index 35f74c2823..345d867228 100644 --- a/docs/rabbitmq-plugins.1.xml +++ b/docs/rabbitmq-plugins.1.xml @@ -92,8 +92,11 @@ </varlistentry> </variablelist> <para> - Lists available plugins, their versions, dependencies - and descriptions. + Lists available 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. </para> <para> If the optional pattern is given, only plugins whose |
