Skip to content

Commit

Permalink
Merge pull request #2341 from yunyu950908/patch-1
Browse files Browse the repository at this point in the history
fix(typo)
  • Loading branch information
repeatedly authored Mar 22, 2019
2 parents 6b3e510 + 12c615b commit 796bb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_exec_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ExecFilterOutput < Output
desc 'The number of spawned process for command.'
config_param :num_children, :integer, default: 1

desc 'Respawn command when command exit. ["none", "inf" or positive integer for times to respawn (defaut: none)]'
desc 'Respawn command when command exit. ["none", "inf" or positive integer for times to respawn (default: none)]'
# nil, 'none' or 0: no respawn, 'inf' or -1: infinite times, positive integer: try to respawn specified times only
config_param :child_respawn, :string, default: nil

Expand Down

0 comments on commit 796bb9f

Please sign in to comment.