diff --git a/plugins/commands/package/command.rb b/plugins/commands/package/command.rb index 4df9a28e0..5921f8cc5 100644 --- a/plugins/commands/package/command.rb +++ b/plugins/commands/package/command.rb @@ -24,7 +24,7 @@ module VagrantPlugins options[:output] = output end - o.on("--include FILE...", Array, "Additional files to package with the box") do |i| + o.on("--include FILE,FILE..", Array, "Comma separated additional files to package with the box") do |i| options[:include] = i end