Skip to content

Commit

Permalink
Rename to correct name
Browse files Browse the repository at this point in the history
Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
  • Loading branch information
ganmacs committed May 30, 2019
1 parent 3d9e1bb commit 24f6c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/command/fluentd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
begin
opts[:log_rotate_age] = Integer(age)
rescue TypeError, ArgumentError
usage "log-rotate-age should be #{rotate_ages.join(', ')} or a number"
usage "log-rotate-age should be #{ROTATE_AGE.join(', ')} or a number"
end
end
}
Expand Down

0 comments on commit 24f6c62

Please sign in to comment.