summaryrefslogtreecommitdiff
path: root/lib/chef/knife/osc_user_create.rb
diff options
context:
space:
mode:
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,