j1939acd: add example showing optional interface parameter

Changed j1939acd help examples by adding one example showing optional interface
parameter.
This commit is contained in:
josemic
2020-08-07 14:01:34 +02:00
committed by Marc Kleine-Budde
parent 112421dc22
commit 88ad7e5755
+1
View File
@@ -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