Changed j1939acd help examples

Changed j1939acd help examples by removing duplicate example and adding one example showing optional interface parameter.
pull/222/head
josemic 2020-06-17 11:06:32 +02:00 committed by GitHub
parent e15b044a1d
commit bf3582c916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -42,10 +42,9 @@ static const char help_msg[] =
"\n"
"NAME is the 64bit nodename" "\n"
"\n"
"Example:" "\n"
"j1939acd -r 100,80-120 -c /tmp/1122334455667788.jacd 1122334455667788" "\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