cansequence: print_usage(): clarify help for -e, --extended option

pull/476/head
Marc Kleine-Budde 2023-11-29 18:21:51 +01:00
parent 92a99c33ad
commit 6695f6f557
1 changed files with 1 additions and 1 deletions

View File

@ -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"