Fix typo in bind error

`--http-port` should be `--http.port`

Fixes #5940
This commit is contained in:
Radu Gheorghe 2016-09-17 19:25:34 +03:00 committed by Suyog Rao
parent 7ee9cdb7ca
commit 53c48fb947

View file

@ -74,9 +74,9 @@ en:
Logstash is not able to start since configuration auto reloading was enabled but the configuration contains plugins that don't support it. Quitting...
web_api:
cant_bind_to_port: |-
Logstash tried to bind to port %{port}, but the port is already in use. You can specify a new port by launching logtash with the --http-port option."
Logstash tried to bind to port %{port}, but the port is already in use. You can specify a new port by launching logtash with the --http.port option."
cant_bind_to_port_in_range: |-
Logstash tried to bind to port range %{http_ports}, but all the ports are already in use. You can specify a new port by launching logtash with the --http-port option."
Logstash tried to bind to port range %{http_ports}, but all the ports are already in use. You can specify a new port by launching logtash with the --http.port option."
hot_threads:
title: |-
::: {%{hostname}}