mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
Merge pull request #457 from marckleinebudde/cansequence-version
cansequence: remove --version option from help text
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"
|
||||
" -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user