Skip to content

Commit bc0f183

Browse files
committed
fix: flag description
1 parent 70978a1 commit bc0f183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func init() {
113113
rootCmd.PersistentFlags().Bool("http-ext-authz-allow-partial-message", true, "When this field is true, Envoy will buffer the message until max_request_bytes is reached")
114114
rootCmd.PersistentFlags().Bool("http-ext-authz-pack-as-bytes", false, "When this field is true, Envoy will send the body as raw bytes.")
115115
rootCmd.PersistentFlags().Bool("http-ext-authz-failure-mode-allow", true, "Changes filters behaviour on errors")
116-
rootCmd.PersistentFlags().String("custom-http-filter-file", "", "Path to a custom HTTP filter file to load. The file should contain a valid Envoy HTTP filters list in JSON protobuff.")
116+
rootCmd.PersistentFlags().String("custom-http-filter-file", "", "Path to a custom listener HTTP filter file to load. The file should contain a valid Envoy HTTP filters list in JSON protobuff.")
117117

118118
rootCmd.PersistentFlags().Duration("default-route-timeout", 15*time.Second, "Default timeout of the routes")
119119
rootCmd.PersistentFlags().Duration("default-cluster-timeout", 30*time.Second, "Default timeout of the cluster")

0 commit comments

Comments
 (0)