Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Sep 20, 2018
1 parent 8e580ff commit 0facfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gq-client/gq-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func main() {
flag.StringVar(&localPort, "l", "", "localPort: same as server_port in ss config, the plugin listens to SS using this")
flag.StringVar(&remoteHost, "s", "", "remoteHost: IP of your proxy server")
flag.StringVar(&remotePort, "p", "443", "remotePort: proxy port, should be 443")
flag.StringVar(&pluginOpts, "c", "gqclient.json", "configPath: path to gqclient.json")
flag.StringVar(&pluginOpts, "c", "gqclient.json", "pluginOpts: path to gqclient.json or options seperated with semicolons")
askVersion := flag.Bool("v", false, "Print the version number")
printUsage := flag.Bool("h", false, "Print this message")
flag.Parse()
Expand Down

0 comments on commit 0facfc6

Please sign in to comment.