From 8091d64cbb75d66035d3f83c1dcd6b31b46591b2 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 15 Jul 2018 08:58:06 -0700 Subject: Make sure knife descriptions all have periods Some did. Some didn't. Looks weird that way. Signed-off-by: Tim Smith --- lib/chef/knife/role_create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/knife/role_create.rb') 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] -- cgit v1.2.1