mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Doc: fix quoting in shell source. (#5684)
Logstash can be invoked this way: "bin/logstash -w 1", so the example should be made to look like that. Fixes #5705
This commit is contained in:
parent
8142906334
commit
aa50f75edf
1 changed files with 1 additions and 1 deletions
2
docs/static/upgrading.asciidoc
vendored
2
docs/static/upgrading.asciidoc
vendored
|
@ -76,7 +76,7 @@ you will get an error. Make sure to explicitly set the number of filter workers
|
||||||
of workers by passing a command line flag such as:
|
of workers by passing a command line flag such as:
|
||||||
|
|
||||||
[source,shell]
|
[source,shell]
|
||||||
bin/logstash `-w 1`
|
bin/logstash -w 1
|
||||||
|
|
||||||
[[upgrading-logstash-2.2]]
|
[[upgrading-logstash-2.2]]
|
||||||
=== Upgrading Logstash to 2.2
|
=== Upgrading Logstash to 2.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue