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
parent
2f9958c699
commit
d7a51a5494
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue