mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
crontab: fix typo in comment
This commit is contained in:
parent
ccc3c0b878
commit
cfb9603439
@ -11,7 +11,7 @@ SHELL=/bin/bash
|
|||||||
| +------- hour (0 - 23)
|
| +------- hour (0 - 23)
|
||||||
+--------- minute (0 - 59)
|
+--------- minute (0 - 59)
|
||||||
|
|
||||||
# examples entries
|
# example entries
|
||||||
# every 15 min
|
# every 15 min
|
||||||
*/15 * * * * /home/user/command.sh
|
*/15 * * * * /home/user/command.sh
|
||||||
# every midnight
|
# every midnight
|
||||||
|
Loading…
Reference in New Issue
Block a user