can-calc-bit-timing: print_usage(): add --tq parameter to help text
Inpull/460/head913311fc15("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")
parent
c8cf342cb2
commit
47472cabc3
|
|
@ -108,6 +108,7 @@ static void print_usage(char *cmd)
|
||||||
"\n"
|
"\n"
|
||||||
"Or supply low level bit timing parameters to decode them:\n"
|
"Or supply low level bit timing parameters to decode them:\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"\t--tq Time quantum in ns\n"
|
||||||
"\t--prop-seg Propagation segment in TQs\n"
|
"\t--prop-seg Propagation segment in TQs\n"
|
||||||
"\t--phase-seg1 Phase buffer segment 1 in TQs\n"
|
"\t--phase-seg1 Phase buffer segment 1 in TQs\n"
|
||||||
"\t--phase-seg2 Phase buffer segment 2 in TQs\n"
|
"\t--phase-seg2 Phase buffer segment 2 in TQs\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue