Skip to content

Commit

Permalink
Merge fix pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
EAddario authored Mar 15, 2021
2 parents 838a8f3 + b29b921 commit 963a13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Parameters:
-idle int
maximum time in seconds to wait for the next request when keep-alive is enabled (default 120)
-json
uses JSON log format
use JSON log format
-level string
one of debug/warn/error/off (default "info")
-port int
Expand Down
2 changes: 1 addition & 1 deletion cmd/erised/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func main() {
wt := flag.Int("write", 10, "maximum duration in seconds before timing out response writes")
it := flag.Int("idle", 120, "maximum time in seconds to wait for the next request when keep-alive is enabled")
lv := flag.String("level", "info", "one of debug/warn/error/off")
lf := flag.Bool("json", false, "uses JSON log format")
lf := flag.Bool("json", false, "use JSON log format")

setupFlags(flag.CommandLine)
flag.Parse()
Expand Down

0 comments on commit 963a13e

Please sign in to comment.