mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
cangen: fix help text for burst send option
The option '-c' requires a value. Add this hint to the help text. Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
@@ -111,7 +111,7 @@ void print_usage(char *prg)
|
|||||||
" write() syscalls)\n");
|
" write() syscalls)\n");
|
||||||
fprintf(stderr, " -x (disable local loopback of "
|
fprintf(stderr, " -x (disable local loopback of "
|
||||||
"generated CAN frames)\n");
|
"generated CAN frames)\n");
|
||||||
fprintf(stderr, " -c (number of messages to send in burst, "
|
fprintf(stderr, " -c <count> (number of messages to send in burst, "
|
||||||
"default 1)\n");
|
"default 1)\n");
|
||||||
fprintf(stderr, " -v (increment verbose level for "
|
fprintf(stderr, " -v (increment verbose level for "
|
||||||
"printing sent CAN frames)\n\n");
|
"printing sent CAN frames)\n\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user