mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
cansequence: add missing "--strict" to long_options
Fixes: 642190647e ("cansequence: add option to ignore classical CAN frames")
This commit is contained in:
@@ -288,6 +288,7 @@ int main(int argc, char **argv)
|
||||
struct option long_options[] = {
|
||||
{ "extended", no_argument, 0, 'e' },
|
||||
{ "canfd", no_argument, 0, 'f' },
|
||||
{ "strict", no_argument, 0, 's' },
|
||||
{ "brs", no_argument, 0, 'b' },
|
||||
{ "identifier", required_argument, 0, 'i' },
|
||||
{ "loop", required_argument, 0, 'l' },
|
||||
|
||||
Reference in New Issue
Block a user