We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba26d1b commit 1e38c7dCopy full SHA for 1e38c7d
matter_server/server/__main__.py
@@ -52,7 +52,7 @@
52
type=str,
53
action="append",
54
default=DEFAULT_LISTEN_ADDRESS,
55
- help="IP address to bind the websocket server to, defaults to listen on any interface (IPv4 and IPv6).",
+ help="IP address to bind the websocket server to, defaults to any IPv4 and IPv6 address.",
56
)
57
parser.add_argument(
58
"--log-level",
0 commit comments