From 7ab45e2711aaf5d188f5e7108e0ba2b9fe6e94dc Mon Sep 17 00:00:00 2001 From: Justin Head Date: Sat, 27 Jul 2019 12:14:11 -0700 Subject: [PATCH] Update usage --- cmd/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/proxy.go b/cmd/proxy.go index 50bb9ce..322bdec 100644 --- a/cmd/proxy.go +++ b/cmd/proxy.go @@ -40,6 +40,6 @@ func main() { } func usage() { - fmt.Fprintf(flag.CommandLine.Output(), "Usage: %s \n\nOptions:\n", os.Args[0]) + fmt.Fprintf(flag.CommandLine.Output(), "Usage: %s [options] -server \n\nOptions:\n", os.Args[0]) flag.PrintDefaults() }