summaryrefslogtreecommitdiff
path: root/lib/chef/knife/key_edit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/key_edit.rb')
-rw-r--r--lib/chef/knife/key_edit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/key_edit.rb b/lib/chef/knife/key_edit.rb
index 8bc9ad21b8..cd54e61cb6 100644
--- a/lib/chef/knife/key_edit.rb
+++ b/lib/chef/knife/key_edit.rb
@@ -41,7 +41,7 @@ class Chef
end
def public_key_and_create_key_error_msg
-<<EOS
+ <<EOS
You passed both --public-key and --create-key. Only pass one, or the other, or neither.
Do not pass either if you do not want to change the public_key field of your key.
Pass --public-key if you want to update the public_key field of your key from a specific public key.