mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Change info flag to verbose
Fixes incorrect flag for displaying version info Fixes #6554
This commit is contained in:
parent
4b63fbe118
commit
123e8de916
1 changed files with 1 additions and 1 deletions
2
docs/static/plugin-manager.asciidoc
vendored
2
docs/static/plugin-manager.asciidoc
vendored
|
@ -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>
|
||||
----------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue