forked from M-Labs/artiq
typo (#1179)
This commit is contained in:
parent
9afe84ab79
commit
6d7790844d
|
@ -118,7 +118,7 @@ def simple_network_args(parser, default_port):
|
|||
group = parser.add_argument_group("network server")
|
||||
group.add_argument(
|
||||
"--bind", default=[], action="append",
|
||||
help="additional hostname or IP addresse to bind to; "
|
||||
help="additional hostname or IP address to bind to; "
|
||||
"use '*' to bind to all interfaces (default: %(default)s)")
|
||||
group.add_argument(
|
||||
"--no-localhost-bind", default=False, action="store_true",
|
||||
|
|
Loading…
Reference in New Issue