diff options
author | jamescott <jamescott@opscode.com> | 2013-10-14 13:08:18 -0700 |
---|---|---|
committer | jamescott <jamescott@opscode.com> | 2013-10-14 13:08:18 -0700 |
commit | 59e15c6268d99ed2f97cc39dddf17d844ca63d9b (patch) | |
tree | 2716363d014ce8771a0b4d84c0b96760c09c4799 /lib/chef/knife/configure.rb | |
parent | 294f9770d993b3ad6d504470a5ab1a9cbac59231 (diff) | |
download | chef-59e15c6268d99ed2f97cc39dddf17d844ca63d9b.tar.gz |
remove redundant words
Diffstat (limited to 'lib/chef/knife/configure.rb')
-rw-r--r-- | lib/chef/knife/configure.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/configure.rb b/lib/chef/knife/configure.rb index 8e725952b4..3ad4fac970 100644 --- a/lib/chef/knife/configure.rb +++ b/lib/chef/knife/configure.rb @@ -57,7 +57,7 @@ class Chef option :validation_key, :long => "--validation-key PATH", - :description => "The location of the location of the validation key (usually a file named validation.pem)" + :description => "The location of the validation key (usually 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 |