cansequence: remove --version option from help test

It's not implemented and no other of the can-utils support it, so
remove it.

Reported-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/456/head
Marc Kleine-Budde 2023-09-18 16:40:07 +02:00
parent 2f9958c699
commit 04943b901b
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}