diff options
| author | Tim Smith <tsmith84@gmail.com> | 2020-04-29 13:14:03 -0700 |
|---|---|---|
| committer | Tim Smith <tsmith84@gmail.com> | 2020-04-29 13:14:03 -0700 |
| commit | 43f4326b3327b28f86772c0298ce8e6aceebf8c2 (patch) | |
| tree | 001baf205c57621010a213779032ea7126633025 /lib/chef/resource/windows_task.rb | |
| parent | b400aeb6714e9ce9f58e031e81af752638b792f9 (diff) | |
| download | chef-43f4326b3327b28f86772c0298ce8e6aceebf8c2.tar.gz | |
Format some descriptions to remove magic quotes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_task.rb')
| -rw-r--r-- | lib/chef/resource/windows_task.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/resource/windows_task.rb b/lib/chef/resource/windows_task.rb index a3a1e7bcda..ecdd4cd857 100644 --- a/lib/chef/resource/windows_task.rb +++ b/lib/chef/resource/windows_task.rb @@ -46,7 +46,7 @@ class Chef default_description: "The localized SYSTEM user for the node." property :password, String, - description: "The user’s password. The user property must be set if using this property." + description: "The user's password. The user property must be set if using this property." property :run_level, Symbol, equal_to: %i{highest limited}, description: "Run with `:limited` or `:highest` privileges.", @@ -89,13 +89,13 @@ class Chef description: "The Months of the year on which the task runs, such as: `JAN, FEB` or `*`. Multiple months should be comma delimited. e.g. `Jan, Feb, Mar, Dec`." property :idle_time, Integer, - description: "For `:on_idle` frequency, the time (in minutes) without user activity that must pass to trigger the task, from 1 - 999." + description: "For `:on_idle` frequency, the time (in minutes) without user activity that must pass to trigger the task, from `1` - `999`." property :random_delay, [String, Integer], description: "Delays the task up to a given time (in seconds)." property :execution_time_limit, [String, Integer], - description: "The maximum time the task will run. This field can accept either seconds or an ISO8601 duration value", + description: "The maximum time the task will run. This field accepts either seconds or an ISO8601 duration value.", default: "PT72H", default_description: "PT72H (72 hours in ISO8601 duration format)" |
