bug in command to remove

change bin/kibana plugin --remove marvel-ui to bin/kibana plugin --remove marvel
This commit is contained in:
Antonio Bonuccelli 2015-11-03 16:30:02 +01:00 committed by Rashid Khan
parent d6cbd1b077
commit 45cf100083

View file

@ -77,7 +77,7 @@ Use the `--remove` or `-r` option to remove a plugin, including any configuratio
example:
[source,shell]
bin/kibana plugin --remove marvel-ui
bin/kibana plugin --remove marvel
You can also remove a plugin manually by deleting the plugin's subdirectory under the `installedPlugins` directory.