Skip to content

Commit 611fc4f

Browse files
committed
Update help documentation for -s logger option
1 parent 3c35108 commit 611fc4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

can/logger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ def main() -> None:
170170
"--file_size",
171171
dest="file_size",
172172
type=int,
173-
help="Maximum file size in bytes. Rotate log file when size threshold "
174-
"is reached.",
173+
help="Maximum file size in bytes (or for the case of blf, maximum buffer size before compression and flush to "
174+
"file). Rotate log file when size threshold is reached.",
175175
default=None,
176176
)
177177

0 commit comments

Comments
 (0)