From aa50f75edf91e98ef2cf8237cee1b63e64db4bd5 Mon Sep 17 00:00:00 2001 From: 7lima Date: Tue, 26 Jul 2016 18:09:41 +0200 Subject: [PATCH] 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 --- docs/static/upgrading.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/upgrading.asciidoc b/docs/static/upgrading.asciidoc index f466673f3..42f4b7997 100644 --- a/docs/static/upgrading.asciidoc +++ b/docs/static/upgrading.asciidoc @@ -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: [source,shell] -bin/logstash `-w 1` +bin/logstash -w 1 [[upgrading-logstash-2.2]] === Upgrading Logstash to 2.2