diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-15 08:58:06 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-16 09:11:59 -0700 |
commit | 8091d64cbb75d66035d3f83c1dcd6b31b46591b2 (patch) | |
tree | 5ae54cbf32e7740c06ba1da46dbb5fa65022bed3 /lib/chef/knife/role_create.rb | |
parent | dfba8e1e86fb9451504dff462829838dcc50f3ea (diff) | |
download | chef-8091d64cbb75d66035d3f83c1dcd6b31b46591b2.tar.gz |
Make sure knife descriptions all have periodsknife_sentences_2
Some did. Some didn't. Looks weird that way.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/role_create.rb')
-rw-r--r-- | lib/chef/knife/role_create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/role_create.rb b/lib/chef/knife/role_create.rb index 6b953f31c8..f271dddd98 100644 --- a/lib/chef/knife/role_create.rb +++ b/lib/chef/knife/role_create.rb @@ -32,7 +32,7 @@ class Chef option :description, short: "-d DESC", long: "--description DESC", - description: "The role description" + description: "The role description." def run @role_name = @name_args[0] |