Skip to content

Commit

Permalink
can-calc-bit-timing: print_usage(): add --tq parameter to help text
Browse files Browse the repository at this point in the history
In 913311f ("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: #459
Fixes: 913311f ("can-calc-bit-timing: add support to decode user supplied bit timing parameters")
  • Loading branch information
marckleinebudde committed Sep 19, 2023
1 parent c8cf342 commit 47472ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calc-bit-timing/can-calc-bit-timing.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 47472ca

Please sign in to comment.