diff --git a/content/docs/manual/plugins.md b/content/docs/manual/plugins.md index 8bbf8968..615dbeb0 100644 --- a/content/docs/manual/plugins.md +++ b/content/docs/manual/plugins.md @@ -36,13 +36,13 @@ If a plugin is added to the configuration during runtime (for example through th The configuration has 2 fields that is related to plugins: * `plugins`, where you may specify which plugins you require, as well as provide configuration for them. -* `plugin_search_dirs`, where you may specify a list of directories where `zenohd` should look for the specified plugins. +* `plugins_search_dirs`, where you may specify a list of directories where `zenohd` should look for the specified plugins. +* `--plugin [VALUE]` now inserts a plugin into the configuration. If VALUE is a path, it will be requested by path. Otherwise, it will be requested by name. When a plugin is requested by ``, `zenohd` will look for the system-appropriate `zplugin_` dynamic library file within the `plugins_search_dirs`. --> ### The `plugins` configuration field This field may contain a dictionary, where each key is the configured plugin's name, and the associated value is a dictionary holding its configuration.