Merge pull request #480 from marckleinebudde/cansequence

cansequence: add missing "--strict" to long_options
pull/486/head
Marc Kleine-Budde 2023-12-11 09:42:50 +01:00 committed by GitHub
commit 31432ae9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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[] = {
{ "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' },