Skip to content

Commit

Permalink
cansequence: remove --version option from help test
Browse files Browse the repository at this point in the history
It's not supported and no other of the can-utils support it, so
remove it.

Reported-by: Jan Luebbe <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
  • Loading branch information
marckleinebudde committed Sep 18, 2023
1 parent 2f9958c commit b835d8b
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 b835d8b

Please sign in to comment.