diff options
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 33d5731f..12d113d3 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> |