Mention `--base` option is VirtualBox only in package command.

This commit is contained in:
Bjorn Brala 2016-12-08 21:22:24 +01:00
parent 833a7fdb3e
commit 457c58fe71
1 changed files with 1 additions and 1 deletions

View File

@ -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