diff --git a/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go b/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go index 8aab6575..f2b64d44 100644 --- a/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go @@ -106,7 +106,7 @@ func main() { if *syncServerURL == "" { flag.Usage() - fmt.Fprintln(os.Stderr, "no --sync-server-url specified.") + fmt.Fprintln(os.Stderr, "no --sync-api-server-url specified.") os.Exit(1) }