Commit 3bf89099 by James Cammarata

Merge pull request #7348 from adamchainz/patch-2

Fix grammar and value errors in cron documentation
parents fd27afdc 34975825
......@@ -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" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment