Skip to content

Commit

Permalink
Update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jhead committed Jul 27, 2019
1 parent 811d4e6 commit 7ab45e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ func main() {
}

func usage() {
fmt.Fprintf(flag.CommandLine.Output(), "Usage: %s <server-ip>\n\nOptions:\n", os.Args[0])
fmt.Fprintf(flag.CommandLine.Output(), "Usage: %s [options] -server <server-ip>\n\nOptions:\n", os.Args[0])
flag.PrintDefaults()
}

0 comments on commit 7ab45e2

Please sign in to comment.