We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334a9ec commit 169ececCopy full SHA for 169ecec
config.go
@@ -54,8 +54,8 @@ func parseCommandLine() *Config {
54
var mainConfig Config
55
var config libwebsocketd.Config
56
57
- flag.Usage = func() {}
58
flag.CommandLine = flag.NewFlagSet(os.Args[0], flag.ContinueOnError)
+ flag.CommandLine.Usage = func() {}
59
60
// If adding new command line options, also update the help text in help.go.
61
// The flag library's auto-generate help message isn't pretty enough.
0 commit comments