summaryrefslogtreecommitdiff
path: root/lib/chef/knife/osc_user_create.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-15 08:58:06 -0700
committerTim Smith <tsmith@chef.io>2018-07-16 09:11:59 -0700
commit8091d64cbb75d66035d3f83c1dcd6b31b46591b2 (patch)
tree5ae54cbf32e7740c06ba1da46dbb5fa65022bed3 /lib/chef/knife/osc_user_create.rb
parentdfba8e1e86fb9451504dff462829838dcc50f3ea (diff)
downloadchef-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/osc_user_create.rb')
-rw-r--r--lib/chef/knife/osc_user_create.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/osc_user_create.rb b/lib/chef/knife/osc_user_create.rb
index 9ebf268110..97da785098 100644
--- a/lib/chef/knife/osc_user_create.rb
+++ b/lib/chef/knife/osc_user_create.rb
@@ -34,18 +34,18 @@ class Chef
option :file,
short: "-f FILE",
long: "--file FILE",
- description: "Write the private key to a file"
+ description: "Write the private key to a file."
option :admin,
short: "-a",
long: "--admin",
- description: "Create the user as an admin",
+ description: "Create the user as an admin.",
boolean: true
option :user_password,
short: "-p PASSWORD",
long: "--password PASSWORD",
- description: "Password for newly created user",
+ description: "Password for newly created user.",
default: ""
option :user_key,