Skip to content

Commit

Permalink
SIZE -> BYTES
Browse files Browse the repository at this point in the history
  • Loading branch information
ganmacs committed Sep 23, 2016
1 parent 8f7432d commit 48f3cc0
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 @@ -94,7 +94,7 @@
end
}

op.on('--log-rotate-size SIZE', 'sets the size to rotate log files') {|s|
op.on('--log-rotate-size BYTES', 'sets the byte size to rotate log files') {|s|
opts[:log_rotate_size] = s.to_i
}

Expand Down

0 comments on commit 48f3cc0

Please sign in to comment.