Add missing ENV for no-share flag

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-11-19 10:53:20 +01:00
parent d56d0dc495
commit df7212df95
1 changed files with 3 additions and 2 deletions

View File

@ -129,6 +129,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
mcnflag.BoolFlag{
Name: "virtualbox-no-share",
Usage: "Disable the mount of your home directory",
EnvVar: "VIRTUALBOX_NO_SHARE",
},
}
}