Fix grammar and value errors in cron documentation
This commit is contained in:
parent
c6e5d0f0d7
commit
6b10cf756a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
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" ]
|
||||||
|
|
Loading…
Reference in a new issue