summaryrefslogtreecommitdiff
path: root/python/ovs/stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ovs/stream.py')
-rw-r--r--python/ovs/stream.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/ovs/stream.py b/python/ovs/stream.py
index d6c447a97..5996497a5 100644
--- a/python/ovs/stream.py
+++ b/python/ovs/stream.py
@@ -702,8 +702,8 @@ def usage(name):
return """
Active %s connection methods:
unix:FILE Unix domain socket named FILE
- tcp:IP:PORT TCP socket to IP with port no of PORT
- ssl:IP:PORT SSL socket to IP with port no of PORT
+ tcp:HOST:PORT TCP socket to HOST with port no of PORT
+ ssl:HOST:PORT SSL socket to HOST with port no of PORT
Passive %s connection methods:
punix:FILE Listen on Unix domain socket FILE""" % (name, name)