From 1a5e82bc04e3dc9a1e6e262245caf822ffc93c2c Mon Sep 17 00:00:00 2001 From: Chung-Ting Huang Date: Wed, 26 Sep 2018 12:30:50 -0500 Subject: [PATCH] TUN-1046: Document that delta compression is a beta feature --- cmd/cloudflared/tunnel/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cloudflared/tunnel/cmd.go b/cmd/cloudflared/tunnel/cmd.go index 042ed503..7877896a 100644 --- a/cmd/cloudflared/tunnel/cmd.go +++ b/cmd/cloudflared/tunnel/cmd.go @@ -635,7 +635,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag { altsrc.NewUintFlag(&cli.UintFlag{ Name: "compression-quality", Value: 0, - Usage: "Use cross-stream compression instead HTTP compression. 0-off, 1-low, 2-medium, >=3-high", + Usage: "(beta) Use cross-stream compression instead HTTP compression. 0-off, 1-low, 2-medium, >=3-high.", EnvVars: []string{"TUNNEL_COMPRESSION_LEVEL"}, Hidden: shouldHide, }),