lib/chef/knife/role_create.rb in chef-0.9.6 vs lib/chef/knife/role_create.rb in chef-0.9.8.beta.1

- old
+ new

@@ -22,10 +22,10 @@ class Chef class Knife class RoleCreate < Knife - banner "Sub-Command: role create ROLE (options)" + banner "knife role create ROLE (options)" option :description, :short => "-d", :long => "--description", :description => "The role description"