Skip to content

Commit 480b862

Browse files
committed
obs_cr/websocket_proxy: improve help to say target protocol most be specified
1 parent f521171 commit 480b862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs_cr/websocket_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def main(target_url):
193193
parser.add_argument('bind', nargs='?', default='0.0.0.0:4456',
194194
help="local bind, format ADDRESS:PORT, default=%(default)s")
195195
parser.add_argument('--target', default="ws://localhost:4455",
196-
help="OBS address to proxy to, default=%(default)s")
196+
help="OBS address to proxy to, default=%(default)s. Must include ws:// or wss://")
197197
parser.add_argument('--ssl-domain', metavar='DOMAIN',
198198
help="Automatically find acme.sh certs from ~/.acme.sh/DOMAIN_ecc/")
199199
parser.add_argument('--cert', help="Manual SSL .cer path")

0 commit comments

Comments
 (0)