We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a134655 commit e28b7c8Copy full SHA for e28b7c8
websockify/websocketproxy.py
@@ -450,7 +450,7 @@ def websockify_init():
450
451
# Setup optparse.
452
usage = "\n %prog [options]"
453
- usage += " [source_addr:]source_port [target_addr:target_port]"
+ usage += " [source_addr:]source_port target_addr:target_port"
454
usage += "\n %prog [options]"
455
usage += " --token-plugin=CLASS [source_addr:]source_port"
456
0 commit comments