diff options
author | Tim Smith <tsmith84@gmail.com> | 2015-09-26 23:29:24 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2015-09-27 11:35:29 -0700 |
commit | abe044cfdf4ae4a2468bc61aaeeba8c6cfaf39ae (patch) | |
tree | cb32e2fc863895a3b2cd8e58aeb3bf21b218bc47 | |
parent | 8d32fdd4377476a9f7dc36a864ccdaa17c32b3a1 (diff) | |
download | chef-abe044cfdf4ae4a2468bc61aaeeba8c6cfaf39ae.tar.gz |
Copyright doesn't need to be capitalized
-rw-r--r-- | lib/chef/knife/cookbook_create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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", |