mirror of https://github.com/docker/docs.git
Merge pull request #1901 from nathanleclaire/fix_missing_flag
Fix flag accidentally left out in PR carry
This commit is contained in:
commit
9eef99285e
|
@ -228,6 +228,10 @@ var Commands = []cli.Command{
|
|||
Name: "unset, u",
|
||||
Usage: "Unset variables instead of setting them",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "no-proxy",
|
||||
Usage: "Add machine IP to NO_PROXY environment variable",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue