Skip to content

Commit 963a13e

Browse files
authored
Merge fix pull request
2 parents 838a8f3 + b29b921 commit 963a13e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Parameters:
88
-idle int
99
maximum time in seconds to wait for the next request when keep-alive is enabled (default 120)
1010
-json
11-
uses JSON log format
11+
use JSON log format
1212
-level string
1313
one of debug/warn/error/off (default "info")
1414
-port int

cmd/erised/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func main() {
8181
wt := flag.Int("write", 10, "maximum duration in seconds before timing out response writes")
8282
it := flag.Int("idle", 120, "maximum time in seconds to wait for the next request when keep-alive is enabled")
8383
lv := flag.String("level", "info", "one of debug/warn/error/off")
84-
lf := flag.Bool("json", false, "uses JSON log format")
84+
lf := flag.Bool("json", false, "use JSON log format")
8585

8686
setupFlags(flag.CommandLine)
8787
flag.Parse()

0 commit comments

Comments
 (0)