Merge pull request #181 from nozaq/fix-typo

Fix a typo
This commit is contained in:
Stefan Prodan
2022-03-29 10:25:56 +03:00
committed by GitHub
+1 -1
View File
@@ -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")