release-3
Sebastien Bourdeauducq 2018-10-20 20:40:07 +08:00
parent 9afe84ab79
commit 6d7790844d
1 changed files with 1 additions and 1 deletions

View File

@ -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",