j1939acd: add example showing optional interface parameter
Changed j1939acd help examples by adding one example showing optional interface parameter.pull/230/head
parent
112421dc22
commit
88ad7e5755
|
|
@ -44,6 +44,7 @@ static const char help_msg[] =
|
||||||
"\n"
|
"\n"
|
||||||
"Examples:" "\n"
|
"Examples:" "\n"
|
||||||
"j1939acd -r 100,80-120 -c /tmp/1122334455667788.jacd 1122334455667788" "\n"
|
"j1939acd -r 100,80-120 -c /tmp/1122334455667788.jacd 1122334455667788" "\n"
|
||||||
|
"j1939acd -r 100,80-120 -c /tmp/1122334455667788.jacd 1122334455667788 vcan0" "\n"
|
||||||
;
|
;
|
||||||
|
|
||||||
#ifdef _GNU_SOURCE
|
#ifdef _GNU_SOURCE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue