diff --git a/cmd/soundtouch-web/main.go b/cmd/soundtouch-web/main.go index cbcbc5f..adac01f 100644 --- a/cmd/soundtouch-web/main.go +++ b/cmd/soundtouch-web/main.go @@ -36,7 +36,7 @@ func main() { }, &cli.StringFlag{ Name: "bind", - Usage: "Network interface to bind to", + Usage: "Address (host or IP) for the HTTP listener; leave empty to listen on all interfaces", EnvVars: []string{"BIND_ADDR"}, }, },