diff --git a/docs/Annotations.md b/docs/Annotations.md index 7571e48a..b482a523 100644 --- a/docs/Annotations.md +++ b/docs/Annotations.md @@ -41,7 +41,7 @@ Use `-p PluginName` to annotate inside a plugin. It will then use the plugin nam Tip: Use `*` wildcard to refer to a group of plugins. E.g. `-p SomePrefix/*` which are all inside your own `plugins/` directory. -You can also use `-p all` for all such app plugins. +You can also use `all` for all app plugins. For more than one plugin the command will not run into `vendor/` plugins, to avoid accidental modification there.