Skip to content

Commit

Permalink
fix: client flag help
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Oct 27, 2021
1 parent 51654d9 commit 8cda3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vproxy/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func parseFlags() {
&cli.IntFlag{
Name: "http",
Value: 80,
Usage: "Port to listen for HTTP (0 to disable)",
Usage: "Server HTTP port",
},
&cli.StringSliceFlag{
Name: "bind",
Expand Down

0 comments on commit 8cda3b6

Please sign in to comment.