Skip to content

Commit

Permalink
Merge pull request #480 from marckleinebudde/cansequence
Browse files Browse the repository at this point in the history
cansequence: add missing "--strict" to long_options
  • Loading branch information
marckleinebudde authored Dec 11, 2023
2 parents 04f1514 + ef6c39e commit 31432ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cansequence.c
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 31432ae

Please sign in to comment.