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