Merge pull request #457 from marckleinebudde/cansequence-version

cansequence: remove --version option from help text
pull/458/head
Marc Kleine-Budde 2023-09-18 17:15:37 +02:00 committed by GitHub
commit 096d42ab98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
" -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);
}