Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 5eeb7b8

Browse files
committed
Updates flush flag text to be more clear
Signed-off-by: JoshVanL <[email protected]>
1 parent 18a010a commit 5eeb7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/app/options/app.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ func (k *KubeOIDCProxyOptions) AddFlags(fs *pflag.FlagSet) *KubeOIDCProxyOptions
4646
fs.DurationVar(&k.FlushInterval, "flush-interval", time.Millisecond*50,
4747
"Specifies the interval to flush request bodies. If 0ms, "+
4848
"no periodic flushing is done. A negative value means to flush "+
49-
"immediately after each write. Ignored, and flushed immediately, when "+
50-
"responses are recognised as streaming (i.e. kubectl exec).")
49+
"immediately after each write. Streaming requests such as 'kubectl exec' "+
50+
"will ignore this option and flush immediately.")
5151

5252
k.TokenPassthrough.AddFlags(fs)
5353
k.ExtraHeaderOptions.AddFlags(fs)

0 commit comments

Comments
 (0)