lib/vagrant-winrm/commands/winrm_config.rb in vagrant-winrm-0.0.2 vs lib/vagrant-winrm/commands/winrm_config.rb in vagrant-winrm-0.4.0
- old
+ new
@@ -13,12 +13,10 @@
def execute
options = {}
opts = OptionParser.new do |o|
o.banner = 'Usage: vagrant winrm-config [options] [name]'
- o.separator ''
o.separator 'Options:'
- o.separator ''
o.on('--host NAME', 'Name the host for the config') do |h|
options[:host] = h
end
end