Mention `--base` option is VirtualBox only in package command.
This commit is contained in:
parent
833a7fdb3e
commit
457c58fe71
|
@ -16,7 +16,7 @@ module VagrantPlugins
|
|||
o.separator "Options:"
|
||||
o.separator ""
|
||||
|
||||
o.on("--base NAME", "Name of a VM in virtualbox to package as a base box") do |b|
|
||||
o.on("--base NAME", "Name of a VM in VirtualBox to package as a base box (VirtualBox Only)") do |b|
|
||||
options[:base] = b
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue