lib/chef/knife/role_create.rb in chef-0.10.4 vs lib/chef/knife/role_create.rb in chef-0.10.6.beta.1

- old
+ new

@@ -28,11 +28,11 @@ end banner "knife role create ROLE (options)" option :description, - :short => "-d", - :long => "--description", + :short => "-d DESC", + :long => "--description DESC", :description => "The role description" def run @role_name = @name_args[0]