TUN-2853: rename STDIN-CONTROL env var to STDIN_CONTROL

This commit is contained in:
Areg Harutyunyan 2021-04-09 16:43:01 +01:00
parent e45695d4a3
commit 1073f8db40
No known key found for this signature in database
GPG Key ID: 97A3DFFE8E9320B7
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
altsrc.NewBoolFlag(&cli.BoolFlag{
Name: "stdin-control",
Usage: "Control the process using commands sent through stdin",
EnvVars: []string{"STDIN-CONTROL"},
EnvVars: []string{"STDIN_CONTROL"},
Hidden: true,
Value: false,
}),