cansend: fix typo in CANFD_FDF flag name

Closes: https://github.com/linux-can/can-utils/issues/606
Fixes: 3e0e6ae3a4 ("cansend: print canfd_frame.flags in help text")
pull/607/head
Marc Kleine-Budde 2025-11-07 12:51:19 +01:00
parent 340a3b8c92
commit 2d793d38d2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static void print_usage(char *prg)
" a single ASCII Hex value (0 .. F) which defines canfd_frame.flags:\n" " a single ASCII Hex value (0 .. F) which defines canfd_frame.flags:\n"
" %x CANFD_BRS\n" " %x CANFD_BRS\n"
" %x CANFD_ESI\n" " %x CANFD_ESI\n"
" %x CANFD_FEF\n" " %x CANFD_FDF\n"
"\n" "\n"
"<vcid>:\n" "<vcid>:\n"
" 2 hex chars - virtual CAN network identifier (00 .. FF)\n" " 2 hex chars - virtual CAN network identifier (00 .. FF)\n"