From 75f52cb124667b61308f2c3880adf32c94d13eb9 Mon Sep 17 00:00:00 2001 From: Alex Pop Date: Thu, 9 Jul 2015 11:43:40 +0100 Subject: fix explanation for configuring audit mode in client.rb --- lib/chef/application/client.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/chef') diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index 409680b553..73eda81343 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -449,9 +449,9 @@ class Chef::Application::Client < Chef::Application end def audit_mode_settings_explanation - "\n* To enable audit mode after converge, use command line option `--audit-mode enabled` or set `:audit_mode = :enabled` in your config file." + - "\n* To disable audit mode, use command line option `--audit-mode disabled` or set `:audit_mode = :disabled` in your config file." + - "\n* To only run audit mode, use command line option `--audit-mode audit-only` or set `:audit_mode = :audit_only` in your config file." + + "\n* To enable audit mode after converge, use command line option `--audit-mode enabled` or set `audit_mode :enabled` in your config file." + + "\n* To disable audit mode, use command line option `--audit-mode disabled` or set `audit_mode :disabled` in your config file." + + "\n* To only run audit mode, use command line option `--audit-mode audit-only` or set `audit_mode :audit_only` in your config file." + "\nAudit mode is disabled by default." end -- cgit v1.2.1