Skip to content

Commit b5513d1

Browse files
committed
SIZE -> BYTES
1 parent 7bf4ab4 commit b5513d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/command/fluentd.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
end
9595
}
9696

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

0 commit comments

Comments
 (0)