diff --git a/docs/config/schedule.md b/docs/config/schedule.md index 7c78d9e6..315b6302 100644 --- a/docs/config/schedule.md +++ b/docs/config/schedule.md @@ -20,8 +20,8 @@ The scheduling options are: | Hourly | Update only when the script is run in that hour or hour range | hourly(Hour of Day)
hourly(Start Hour-End Hour) | `hourly(17)`
`hourly(17-04)` | | Daily | Update once a day | daily | `daily` | | Weekly | Update once a week on the specified days (For multiple days, use a bar-separated (|) list) | weekly(Days of Week) | `weekly(sunday)`
weekly(sunday|tuesday) | -| Monthly | Update once a month on the specified day | monthly(Day of Month) | `monthly(1)` | -| Yearly | Update once a year on the specified day | yearly(MM/DD) | `yearly(01/30)` | +| Monthly | Update once a month on the specified day (multiple days not supported as a parameter) | monthly(Day of Month) | `monthly(1)` | +| Yearly | Update once a year on the specified day (multiple days not supported as a parameter) | yearly(MM/DD) | `yearly(01/30)` | | Range | Updates whenever the date is within the range (For multiple ranges, use a bar-separated (|) list) | range(MM/DD-MM/DD) | `range(12/01-12/31)`
range(8/01-8/15|9/01-9/15) | | Never | Never updates | never | `never` | | Non Existing | Updates if it doesn't exist | non_existing | `non_existing` |