lib/chef/knife/winrm_base.rb in knife-windows-1.4.0 vs lib/chef/knife/winrm_base.rb in knife-windows-1.4.1

- old
+ new

@@ -52,10 +52,10 @@ :proc => Proc.new { |key| Chef::Config[:knife][:winrm_password] = key } option :winrm_transport, :short => "-t TRANSPORT", :long => "--winrm-transport TRANSPORT", - :description => "The WinRM transport type. valid choices are [ssl, plaintext]", + :description => "The WinRM transport type. Valid choices are [ssl, plaintext]", :default => 'plaintext', :proc => Proc.new { |transport| Chef::Config[:knife][:winrm_port] = '5986' if transport == 'ssl' Chef::Config[:knife][:winrm_transport] = transport } option :winrm_port,