summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/resource/windows_feature_powershell.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/resource/windows_feature_powershell.rb b/lib/chef/resource/windows_feature_powershell.rb
index 6141ff40ba..551fd9ad6f 100644
--- a/lib/chef/resource/windows_feature_powershell.rb
+++ b/lib/chef/resource/windows_feature_powershell.rb
@@ -43,8 +43,7 @@ class Chef
description: "Use a local repository for the feature install."
property :all, [TrueClass, FalseClass],
- description: "Install all sub features. This is equivalent to using the"\
- " -InstallAllSubFeatures switch with Add-WindowsFeature.",
+ description: "Install all sub features. This is equivalent to using the -InstallAllSubFeatures switch with Add-WindowsFeature.",
default: false
property :timeout, Integer,
@@ -52,7 +51,7 @@ class Chef
default: 600
property :management_tools, [TrueClass, FalseClass],
- description: "",
+ description: "Install all applicable management tools for the roles, role services, or features.",
default: false
# Converts strings of features into an Array. Array objects are lowercased unless we're on < 8/2k12+.