From 04943b901b7a71594d156c14418bbd6d8074fc3e Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 18 Sep 2023 16:40:07 +0200 Subject: [PATCH] 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 Signed-off-by: Marc Kleine-Budde --- cansequence.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cansequence.c b/cansequence.c index be3a26ce..ab635f5b 100644 --- a/cansequence.c +++ b/cansequence.c @@ -67,8 +67,7 @@ static void print_usage(char *prg) " -q, --quit quit if 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); }