mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
Merge pull request #287 from jack-education/correct-README-schedule-example
Corrected README Setting a schedule configuration example
This commit is contained in:
@@ -118,10 +118,10 @@ reboots to predictable schedules. Use `--reboot-days`, `--start-time`,
|
||||
hours on the west coast USA can be specified with:
|
||||
|
||||
```console
|
||||
--reboot-days mon,tue,wed,thu,fri
|
||||
--start-time 9am
|
||||
--end-time 5pm
|
||||
--time-zone America/Los_Angeles
|
||||
--reboot-days=mon,tue,wed,thu,fri
|
||||
--start-time=9am
|
||||
--end-time=5pm
|
||||
--time-zone=America/Los_Angeles
|
||||
```
|
||||
|
||||
Times can be formatted in numerous ways, including `5pm`, `5:00pm` `17:00`,
|
||||
|
||||
Reference in New Issue
Block a user