cansequence: remove --version option from help text

It is not implemented and not supported by any of the can-utils, so
remove it.

Reported-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/457/head
Marc Kleine-Budde 2023-09-18 16:40:07 +02:00
parent 2f9958c699
commit d7a51a5494
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" " -q, --quit <num> quit if <num> wrong sequences are encountered\n"
" -r, --receive work as receiver\n" " -r, --receive work as receiver\n"
" -v, --verbose be verbose (twice to be even more verbose\n" " -v, --verbose be verbose (twice to be even more verbose\n"
" -h, --help this help\n" " -h, --help this help\n",
" --version print version information and exit\n",
prg, CAN_ID_DEFAULT); prg, CAN_ID_DEFAULT);
} }