summaryrefslogtreecommitdiff
path: root/lib/chef/knife/configure.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/configure.rb')
-rw-r--r--lib/chef/knife/configure.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/chef/knife/configure.rb b/lib/chef/knife/configure.rb
index 3ad4fac970..6af3d4ea1d 100644
--- a/lib/chef/knife/configure.rb
+++ b/lib/chef/knife/configure.rb
@@ -35,29 +35,29 @@ class Chef
option :repository,
:short => "-r REPO",
:long => "--repository REPO",
- :description => "The path to your chef-repo"
+ :description => "The path to the chef-repo"
option :initial,
:short => "-i",
:long => "--initial",
:boolean => true,
- :description => "Create an initial API User"
+ :description => "Use to create a API client, typically an administrator client on a freshly-installed server"
option :admin_client_name,
:long => "--admin-client-name NAME",
- :description => "The existing admin clientname (usually admin)"
+ :description => "The name of the client, typically the name of the admin client"
option :admin_client_key,
:long => "--admin-client-key PATH",
- :description => "The path to the admin client's private key (usually a file named admin.pem)"
+ :description => "The path to the private key used by the client, typically a file named admin.pem"
option :validation_client_name,
:long => "--validation-client-name NAME",
- :description => "The validation clientname (usually chef-validator)"
+ :description => "The name of the validation client, typically a client named chef-validator"
option :validation_key,
:long => "--validation-key PATH",
- :description => "The location of the validation key (usually a file named validation.pem)"
+ :description => "The path to the validation key used by the client, typically a file named validation.pem"
def configure_chef
# We are just faking out the system so that you can do this without a key specified