summaryrefslogtreecommitdiff
path: root/lib/chef/knife/key_list.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/key_list.rb')
-rw-r--r--lib/chef/knife/key_list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/key_list.rb b/lib/chef/knife/key_list.rb
index a6320b1603..9a820b7a50 100644
--- a/lib/chef/knife/key_list.rb
+++ b/lib/chef/knife/key_list.rb
@@ -40,7 +40,7 @@ class Chef
end
def expired_and_non_expired_msg
-<<EOS
+ <<EOS
You cannot pass both --only-expired and --only-non-expired.
Please pass one or none.
EOS