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: ...@@ -47,7 +47,7 @@ options:
default: null default: null
user: user:
description: description:
- The specific user who's crontab should be modified. - The specific user whose crontab should be modified.
required: false required: false
default: root default: root
job: job:
...@@ -95,7 +95,7 @@ options: ...@@ -95,7 +95,7 @@ options:
default: "*" default: "*"
weekday: weekday:
description: 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 required: false
default: "*" default: "*"
aliases: [ "dow" ] 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