summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r--lib/chef/application/client.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb
index d5dc936f83..03fd07e9f0 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -451,9 +451,9 @@ class Chef::Application::Client < Chef::Application
def audit_mode_experimental_message
msg = if Chef::Config[:audit_mode] == :audit_only
- "Chef-client has been configured to skip converge and run only audits."
+ "Chef-client has been configured to skip converge and only audit."
else
- "Chef-client has been configured to run audits after it converges."
+ "Chef-client has been configured to audit after it converges."
end
msg += " Audit mode is an experimental feature currently under development. API changes may occur. Use at your own risk."
msg += audit_mode_settings_explaination