You can't "update to a particular version" (#7618) (#7619)

This commit is contained in:
DeDe Morton 2017-07-07 17:41:03 -07:00 committed by GitHub
parent 1152378b09
commit 39bcbbd339

View file

@ -88,7 +88,7 @@ bin/logstash --path.plugins /opt/shared/lib
=== Updating plugins
Plugins have their own release cycle and are often released independent of Logstashs core release cycle. Using the update
subcommand you can get the latest or update to a particular version of the plugin.
subcommand you can get the latest version of the plugin.
[source,shell]
----------------------------------