diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-09-30 17:56:21 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-09-30 17:56:21 +0100 |
| commit | 0d4fc7d531b411b46dd668ab4c23278206a43752 (patch) | |
| tree | 25d1d6bdafc5a8ce6d8eecdd3d87f8d05230a114 /docs | |
| parent | ed38106f48c577cd868aaab38d553ae3c7a78b1b (diff) | |
| download | rabbitmq-server-git-0d4fc7d531b411b46dd668ab4c23278206a43752.tar.gz | |
Explain what we actually mean by explicitly / implicitly enabled.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-plugins.1.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index 33d5731f72..12d113d3ba 100644 --- a/docs/rabbitmq-plugins.1.xml +++ b/docs/rabbitmq-plugins.1.xml @@ -48,10 +48,19 @@ <refsect1> <title>Description</title> <para> - <command>rabbitmq-plugins</command> is a command line tool for - managing RabbitMQ broker plugins. It allows one to enable, - disable and browse plugins. Note that it must be run by a user - with write permissions to the RabbitMQ configuration directory. + <command>rabbitmq-plugins</command> is a command line tool for managing + RabbitMQ broker plugins. It allows one to enable, disable and browse + plugins. It must be run by a user with write permissions to the RabbitMQ + configuration directory. + </para> + <para> + Some plugins are dependent on others to work + correctly. <command>rabbitmq-plugins</command> will traverse these + dependencies and enable all required plugins. Plugins listed on + the <command>rabbitmq-plugins</command> command line are marked as + explicitly enabled; dependent plugins are marked as implicitly + enabled. Implicitly enabled plugins will be automatically disabled again + when they are no longer required. </para> </refsect1> |
