enhance help for capacity flag, fix #40208

This commit is contained in:
Flo418 2022-11-23 20:57:01 +01:00 committed by itchyonion
parent 7c154e5fd0
commit cebe4a0af6
No known key found for this signature in database
GPG key ID: 4B87B720348500EA

View file

@ -18,7 +18,7 @@ import (
)
func main() {
capacity := flag.Uint("capacity", 0, "maximum concurrent clients")
capacity := flag.Uint("capacity", 0, "maximum concurrent clients (default is to accept an unlimited number of clients)")
stunURL := flag.String("stun", sf.DefaultSTUNURL, "STUN URL")
logFilename := flag.String("log", "", "log filename")
rawBrokerURL := flag.String("broker", sf.DefaultBrokerURL, "broker URL")