From cdd1fdcd3d791cfb965506ac28d96cf111043085 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 25 Jun 2017 01:06:07 +0100 Subject: [PATCH] trivial typo in usage output --- src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }