From abe044cfdf4ae4a2468bc61aaeeba8c6cfaf39ae Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 26 Sep 2015 23:29:24 -0700 Subject: Copyright doesn't need to be capitalized --- lib/chef/knife/cookbook_create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/chef/knife/cookbook_create.rb b/lib/chef/knife/cookbook_create.rb index e17a54079f..97f6e65d3c 100644 --- a/lib/chef/knife/cookbook_create.rb +++ b/lib/chef/knife/cookbook_create.rb @@ -48,7 +48,7 @@ class Chef option :cookbook_copyright, :short => "-C COPYRIGHT", :long => "--copyright COPYRIGHT", - :description => "Name of Copyright holder" + :description => "Name of copyright holder" option :cookbook_email, :short => "-m EMAIL", -- cgit v1.2.1