mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
can-calc-bit-timing: print_usage(): add --tq parameter to help text
In913311fc15("can-calc-bit-timing: add support to decode user supplied bit timing parameters") support to decide user supplied bit timing parameters was added. However, it was forgotten to add --tq to the help text. Add help text for the --tq paramter. Reported-by: https://github.com/EnricoMontecaggi Closes: https://github.com/linux-can/can-utils/issues/459 Fixes:913311fc15("can-calc-bit-timing: add support to decode user supplied bit timing parameters")
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user