Merge pull request #460 from marckleinebudde/can-calc-bittiming-add-tq-help-text

can-calc-bit-timing: print_usage(): add --tq parameter to help text
pull/461/head
Marc Kleine-Budde 2023-09-19 11:23:41 +02:00 committed by GitHub
commit 3490282fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ static void print_usage(char *cmd)
"\n"
"Or supply low level bit timing parameters to decode them:\n"
"\n"
"\t--tq Time quantum in ns\n"
"\t--prop-seg Propagation segment in TQs\n"
"\t--phase-seg1 Phase buffer segment 1 in TQs\n"
"\t--phase-seg2 Phase buffer segment 2 in TQs\n"