dream.py: include 0.0.0.0 in --host help

Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
This commit is contained in:
Cragin Godley 2022-09-02 14:58:57 -04:00 committed by GitHub
parent 918ade12ed
commit 6bff985496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -424,7 +424,7 @@ def create_argv_parser():
'--host',
type=str,
default='127.0.0.1',
help='Web server: Host or IP to listen on'
help='Web server: Host or IP to listen on. Set to 0.0.0.0 to accept traffic from other devices on your network.'
)
parser.add_argument(
'--port',