.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH CAN_LOGCONVERT "1" "December 2023" "can_logconvert 4.3.1" "User Commands" .SH NAME can_logconvert \- CAN data converter .SH DESCRIPTION usage: logconvert.py [\-h] [\-s FILE_SIZE] INFILE OUTFILE .PP Convert a log file from one format to another. .SS "positional arguments:" .TP INFILE Input filename. The type is dependent on the suffix, see can.LogReader. .TP OUTFILE Output filename. The type is dependent on the suffix, see can.Logger. .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-s\fR FILE_SIZE, \fB\-\-file_size\fR FILE_SIZE Maximum file size in bytes. Rotate log file when size threshold is reached.