Merge pull request #7348 from adamchainz/patch-2

Fix grammar and value errors in cron documentation
pull/4420/head
James Cammarata 2014-05-09 22:27:31 -05:00
commit 3bf890998b
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ options:
default: null
user:
description:
- The specific user who's crontab should be modified.
- The specific user whose crontab should be modified.
required: false
default: root
job:
@ -95,7 +95,7 @@ options:
default: "*"
weekday:
description:
- Day of the week that the job should run ( 0-7 for Sunday - Saturday, *, etc )
- Day of the week that the job should run ( 0-6 for Sunday-Saturday, *, etc )
required: false
default: "*"
aliases: [ "dow" ]