Skip to content

Commit

Permalink
Reword --log option in --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
lgommans committed Feb 15, 2022
1 parent af36b77 commit 5c4c874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rest-server/main.go
Expand Up @@ -40,7 +40,7 @@ func init() {
flags.StringVar(&cpuProfile, "cpu-profile", cpuProfile, "write CPU profile to file")
flags.BoolVar(&server.Debug, "debug", server.Debug, "output debug messages")
flags.StringVar(&server.Listen, "listen", server.Listen, "listen address")
flags.StringVar(&server.Log, "log", server.Log, "log HTTP requests in the combined log format")
flags.StringVar(&server.Log, "log", server.Log, "write HTTP requests in the combined log format to the specified filename")
flags.Int64Var(&server.MaxRepoSize, "max-size", server.MaxRepoSize, "the maximum size of the repository in bytes")
flags.StringVar(&server.Path, "path", server.Path, "data directory")
flags.BoolVar(&server.TLS, "tls", server.TLS, "turn on TLS support")
Expand Down

0 comments on commit 5c4c874

Please sign in to comment.