summaryrefslogtreecommitdiff
path: root/doc/dlt-receive.1.md
diff options
context:
space:
mode:
authorAlex <git@mohr.io>2021-03-16 00:55:15 +0100
committerGitHub <noreply@github.com>2021-03-16 08:55:15 +0900
commitaa0d2e2181e0ca8b42c839b7fc23e8f5bc15f58a (patch)
treeb2f98145c260c29dc9f050bc5a745cb659b46d14 /doc/dlt-receive.1.md
parentfff5caa73977e8a6f2537a5a459fb13af5397385 (diff)
downloadDLT-daemon-aa0d2e2181e0ca8b42c839b7fc23e8f5bc15f58a.tar.gz
dlt-receive: Add option to configure port of dlt receive (#293)
Signed-off-by: Alexander Mohr <git@mohr.io>
Diffstat (limited to 'doc/dlt-receive.1.md')
-rw-r--r--doc/dlt-receive.1.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/dlt-receive.1.md b/doc/dlt-receive.1.md
index 38cd2be..9d3f75e 100644
--- a/doc/dlt-receive.1.md
+++ b/doc/dlt-receive.1.md
@@ -6,7 +6,7 @@
# SYNOPSIS
-**dlt-receive** \[**-h**\] \[**-a**\] \[**-x**\] \[**-m**\] \[**-s**\] \[**-o** filename\] \[**-c** limit\] \[**-v**\] \[**-y**\] \[**-b** baudrate\] \[**-e** ecuid\] \[**-f** filterfile\] hostname/serial_device_name
+**dlt-receive** \[**-h**\] \[**-a**\] \[**-x**\] \[**-m**\] \[**-s**\] \[**-o** filename\] \[**-c** limit\] \[**-v**\] \[**-y**\] \[**-b** baudrate\] \[**-e** ecuid\] \[**-f** filterfile\] \[**-p** port\] hostname/serial_device_name
# DESCRIPTION
@@ -62,6 +62,9 @@ Receive DLT messages from DLT daemon and print or store the messages.
: Enable filtering of messages.
+-p
+
+: Port for UDP and TCP communication (Default: 3490).
# EXAMPLES
Print received message headers received from a dlt-daemon running on localhost::