cansequence: print_usage(): clarify help for -e, --extended option
parent
92a99c33ad
commit
6695f6f557
|
|
@ -63,7 +63,7 @@ static void print_usage(char *prg)
|
||||||
"The main purpose of this program is to test the reliability of CAN links.\n"
|
"The main purpose of this program is to test the reliability of CAN links.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -e, --extended send extended frame\n"
|
" -e, --extended send/receive extended frames\n"
|
||||||
" -i, --identifier=ID CAN Identifier (default = %u)\n"
|
" -i, --identifier=ID CAN Identifier (default = %u)\n"
|
||||||
" --loop=COUNT send message COUNT times\n"
|
" --loop=COUNT send message COUNT times\n"
|
||||||
" -p, --poll use poll(2) to wait for buffer space while sending\n"
|
" -p, --poll use poll(2) to wait for buffer space while sending\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue