Translation missing for the --allow-unsafe-shutdown

Fix the translation missing when running the `bin/logstash --help`
command

Fixes #4357
This commit is contained in:
Pier-Hugues Pellerin 2015-12-15 15:54:18 -05:00
parent bf884a35e3
commit fe667f2158

View file

@ -67,7 +67,7 @@ class LogStash::Runner < Clamp::Command
:attribute_name => :config_test
option "--[no-]allow-unsafe-shutdown", :flag,
I18n.t("logstash.agent.flag.unsafe_shutdown"),
I18n.t("logstash.runner.flag.unsafe_shutdown"),
:attribute_name => :unsafe_shutdown,
:default => false