TUN-1046: Document that delta compression is a beta feature

This commit is contained in:
Chung-Ting Huang 2018-09-26 12:30:50 -05:00 committed by Areg Harutyunyan
parent 8364e409a4
commit 1a5e82bc04
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}),