From 8e044cffc8e1fae900280e266bbc92c2c8a0e105 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Wed, 24 Jul 2019 13:58:04 -0400 Subject: [PATCH] Fix experimental flag for asciidoctor Asciidoctor isn't able to deduce the right version of the experimental tag when it is written on its own line. This moves it to the line below. --- docs/static/command-line-flags.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/static/command-line-flags.asciidoc b/docs/static/command-line-flags.asciidoc index 367ccebee..9c9e227ac 100644 --- a/docs/static/command-line-flags.asciidoc +++ b/docs/static/command-line-flags.asciidoc @@ -123,8 +123,7 @@ Logstash has the following flags. You can use the `--help` flag to display this The default is 3 seconds. *`--allow-env`*:: - experimental[] - Enables templating of environment variable + experimental[] Enables templating of environment variable values. Instances of `${VAR}` in strings will be replaced with the respective environment variable value named "VAR". The default is false.