summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamescott <jamescott@opscode.com>2014-01-14 16:36:23 -0800
committerjamescott <jamescott@opscode.com>2014-01-14 16:36:31 -0800
commitf7763fa5ae9ee07ba83e5dadf606a2d105684dc7 (patch)
treed42ee5fa5bd4938cbaa8fb7299b81251ff2b541b
parentf01e3cbfa19cafc60266dbc24dc93e3aef188a97 (diff)
downloadchef-f7763fa5ae9ee07ba83e5dadf606a2d105684dc7.tar.gz
make descriptions same as chef-docs
-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