summaryrefslogtreecommitdiff
path: root/lib/chef/resource/swap_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/swap_file.rb')
-rw-r--r--lib/chef/resource/swap_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/swap_file.rb b/lib/chef/resource/swap_file.rb
index c42c7b6d59..87920e3d9b 100644
--- a/lib/chef/resource/swap_file.rb
+++ b/lib/chef/resource/swap_file.rb
@@ -27,7 +27,7 @@ class Chef
introduced "14.0"
property :path, String,
- description: "The path to put the swap file on the system.",
+ description: "The path where the swap file will be created on the system, if it differs from the resource block name.",
name_property: true
property :size, Integer,