j1939acd: add example showing optional interface parameter

Changed j1939acd help examples by adding one example showing optional interface
parameter.
pull/230/head
josemic 2020-06-17 11:06:32 +02:00 committed by Marc Kleine-Budde
parent 112421dc22
commit 88ad7e5755
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ static const char help_msg[] =
"\n"
"Examples:" "\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