Skip to content

Commit f7e4845

Browse files
committed
Modify help statement for -s to indicate blf behaves differently
1 parent 73663b6 commit f7e4845

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

can/logger.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ def main() -> None:
191191
"--file_size",
192192
dest="file_size",
193193
type=int,
194-
help="Maximum file size in bytes. Rotate log file when size threshold "
195-
"is reached.",
194+
help="Maximum file size in bytes (or for the case of blf, maximum "
195+
"buffer size before compression and flush to file). Rotate log "
196+
"file when size threshold is reached.",
196197
default=None,
197198
)
198199

0 commit comments

Comments
 (0)