Skip to content

Commit

Permalink
fix(typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunyu950908 authored Mar 20, 2019
1 parent 6b3e510 commit 72ad492
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 72ad492

Please sign in to comment.