Skip to content

Commit

Permalink
Merge pull request #181 from nozaq/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
stefanprodan authored Mar 29, 2022
2 parents 79279cc + 8524be7 commit 59dc738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podinfo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
fs.Int("port-metrics", 0, "metrics port")
fs.Int("grpc-port", 0, "gRPC port")
fs.String("grpc-service-name", "podinfo", "gPRC service name")
fs.String("level", "info", "log level debug, info, warn, error, flat or panic")
fs.String("level", "info", "log level debug, info, warn, error, fatal or panic")
fs.StringSlice("backend-url", []string{}, "backend service URL")
fs.Duration("http-client-timeout", 2*time.Minute, "client timeout duration")
fs.Duration("http-server-timeout", 30*time.Second, "server read and write timeout duration")
Expand Down

0 comments on commit 59dc738

Please sign in to comment.