TUN-2853: rename STDIN-CONTROL env var to STDIN_CONTROL
This commit is contained in:
parent
e45695d4a3
commit
1073f8db40
|
@ -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,
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue