lib/pe_build/command/copy.rb in vagrant-pe_build-0.10.4 vs lib/pe_build/command/copy.rb in vagrant-pe_build-0.11.0
- old
+ new
@@ -37,10 +37,10 @@
vagrant pe-build copy http://site-downloads.local/path/to/installer.tar.gz"
BANNER
o.separator ''
- o.on('-v', '--version=val', String, "The version of PE to fetch") do |val|
+ o.on('-r', '--release=val', String, "The release of PE to fetch") do |val|
@options[:version] = val
end
o.on('-h', '--help', 'Display this help') do
puts o