Skip to content

Commit 1e38c7d

Browse files
committed
Shorten help message
1 parent ba26d1b commit 1e38c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter_server/server/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
type=str,
5353
action="append",
5454
default=DEFAULT_LISTEN_ADDRESS,
55-
help="IP address to bind the websocket server to, defaults to listen on any interface (IPv4 and IPv6).",
55+
help="IP address to bind the websocket server to, defaults to any IPv4 and IPv6 address.",
5656
)
5757
parser.add_argument(
5858
"--log-level",

0 commit comments

Comments
 (0)