summaryrefslogtreecommitdiff
path: root/lib/chef/resource/macos_userdefaults.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/macos_userdefaults.rb')
-rw-r--r--lib/chef/resource/macos_userdefaults.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/chef/resource/macos_userdefaults.rb b/lib/chef/resource/macos_userdefaults.rb
index 45be356d1b..abdf08c1d4 100644
--- a/lib/chef/resource/macos_userdefaults.rb
+++ b/lib/chef/resource/macos_userdefaults.rb
@@ -25,10 +25,9 @@ class Chef
provides :mac_os_x_userdefaults
provides :macos_userdefaults
- description "Use the macos_userdefaults resource to manage the macOS user defaults"\
- " system. The properties to the resource are passed to the defaults command"\
- " and the parameters follow convention of the macOS command. See the defaults(1)"\
- " man page for details on how the tool works."
+ description "Use the macos_userdefaults resource to manage the macOS user defaults system. The properties"\
+ " of this resource are passed to the defaults command, and the parameters follow the convention"\
+ " of that command. See the defaults(1) man page for details on how the tool works."
introduced "14.0"
property :domain, String,