Skip to content

Commit

Permalink
Merge pull request #456 from marckleinebudde/cansequence-version
Browse files Browse the repository at this point in the history
cansequence: remove --version option from help test
  • Loading branch information
marckleinebudde authored Sep 18, 2023
2 parents 2f9958c + 04943b9 commit 1d629ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cansequence.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ static void print_usage(char *prg)
" -q, --quit <num> quit if <num> wrong sequences are encountered\n"
" -r, --receive work as receiver\n"
" -v, --verbose be verbose (twice to be even more verbose\n"
" -h, --help this help\n"
" --version print version information and exit\n",
" -h, --help this help\n",
prg, CAN_ID_DEFAULT);
}

Expand Down

0 comments on commit 1d629ff

Please sign in to comment.