mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
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:
parent
bf884a35e3
commit
fe667f2158
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue