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

This commit is contained in:
Marc Kleine-Budde
2023-11-29 18:24:19 +01:00
parent 92a99c33ad
commit 6695f6f557
+1 -1
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"