mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Reword --log option in --help output
This commit is contained in:
parent
af36b77ece
commit
1fd9538f73
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue