mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
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>
This commit is contained in:
+1
-2
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user