From 23cd38f08337b66b2cdfa7be48802b8549c6f839 Mon Sep 17 00:00:00 2001 From: Jeremy Falling Date: Wed, 18 Jan 2017 12:55:00 +0100 Subject: [PATCH] Change info flag to verbose Fixes incorrect flag for displaying version info Fixes #6554 --- docs/static/plugin-manager.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/plugin-manager.asciidoc b/docs/static/plugin-manager.asciidoc index f59626ccfb3..72ed107eec7 100644 --- a/docs/static/plugin-manager.asciidoc +++ b/docs/static/plugin-manager.asciidoc @@ -16,7 +16,7 @@ available in your deployment: [source,shell] ---------------------------------- bin/logstash-plugin list <1> -bin/logstash-plugin list --info <2> +bin/logstash-plugin list --verbose <2> bin/logstash-plugin list '*namefragment*' <3> bin/logstash-plugin list --group output <4> ----------------------------------