Clarifying description of hyperv-disk-size

Making clear the value is a maximum for a dynamic disk not the actual size of a fixed size disk.

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome 2015-11-23 16:35:40 +00:00
parent 2b55e22eed
commit 9abe8d9848
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
},
mcnflag.IntFlag{
Name: "hyperv-disk-size",
Usage: "Hyper-V disk size for host in MB.",
Usage: "Hyper-V maximum size of dynamically expanding disk in MB.",
Value: defaultDiskSize,
},
mcnflag.IntFlag{