summaryrefslogtreecommitdiff
path: root/lib/chef/application
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@aquezada.com>2015-03-11 20:41:51 -0400
committerJulian C. Dunn <jdunn@aquezada.com>2015-03-11 20:41:51 -0400
commit47fe4a9dfeb177dbcd2fc1ed8f487f3375dd0dbb (patch)
tree31209bfb25c69bce04164b38a5c0cf77293675a7 /lib/chef/application
parentf400002d1a68b8ee672dea92ddfc6ff15624d9d2 (diff)
downloadchef-47fe4a9dfeb177dbcd2fc1ed8f487f3375dd0dbb.tar.gz
Make terminology consistent about audits versus controls
Diffstat (limited to 'lib/chef/application')
-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