cansequence: add missing "--strict" to long_options

Fixes: 642190647e ("cansequence: add option to ignore classical CAN frames")
pull/480/head
Marc Kleine-Budde 2023-12-05 10:37:32 +01:00
parent 88f0c75334
commit ef6c39ebd6
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ int main(int argc, char **argv)
struct option long_options[] = { struct option long_options[] = {
{ "extended", no_argument, 0, 'e' }, { "extended", no_argument, 0, 'e' },
{ "canfd", no_argument, 0, 'f' }, { "canfd", no_argument, 0, 'f' },
{ "strict", no_argument, 0, 's' },
{ "brs", no_argument, 0, 'b' }, { "brs", no_argument, 0, 'b' },
{ "identifier", required_argument, 0, 'i' }, { "identifier", required_argument, 0, 'i' },
{ "loop", required_argument, 0, 'l' }, { "loop", required_argument, 0, 'l' },