forked from M-Labs/artiq
typo (#1179)
This commit is contained in:
parent
3318925f4e
commit
c52a6ca8e9
|
@ -117,7 +117,7 @@ def simple_network_args(parser, default_port):
|
||||||
group = parser.add_argument_group("network server")
|
group = parser.add_argument_group("network server")
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--bind", default=[], action="append",
|
"--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)")
|
"use '*' to bind to all interfaces (default: %(default)s)")
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--no-localhost-bind", default=False, action="store_true",
|
"--no-localhost-bind", default=False, action="store_true",
|
||||||
|
|
Loading…
Reference in New Issue