summaryrefslogtreecommitdiff
path: root/doc/dlt_multinode.md
diff options
context:
space:
mode:
authorVo Trung Chi <Chi.VoTrung@vn.bosch.com>2018-12-26 15:23:09 +0700
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2021-10-05 11:07:01 +0900
commit837ec68ecc1f105474d81461d83b365ab1f8129d (patch)
treee191edd9e2736a6a2ebc642769a8b9c67ad60060 /doc/dlt_multinode.md
parentcc4d1e04fe4a8b57b137c347ad9fd66166b6250a (diff)
downloadDLT-daemon-837ec68ecc1f105474d81461d83b365ab1f8129d.tar.gz
console: provides args option to enable send/receive serial header
Provides argument option to enable send and resync serial header via command line. Signed-off-by: Vo Trung Chi <Chi.VoTrung@vn.bosch.com>
Diffstat (limited to 'doc/dlt_multinode.md')
-rw-r--r--doc/dlt_multinode.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dlt_multinode.md b/doc/dlt_multinode.md
index bfb13aa..8d15985 100644
--- a/doc/dlt_multinode.md
+++ b/doc/dlt_multinode.md
@@ -79,5 +79,7 @@ Options:
-n passive Node identifier (e.g. ECU2)
-s Show passive node(s) connection status
-t Specify connection timeout (Default: 10s)
+ -S Send message with serial header (Default: Without serial header)
+ -R Enable resync serial header
-v Set verbose flag (Default:0)
```