mirror of
https://github.com/cheat/cheat.git
synced 2024-11-13 23:51:09 +01:00
crontab: fix typo in comment
This commit is contained in:
parent
ccc3c0b878
commit
cfb9603439
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ SHELL=/bin/bash
|
|||
| +------- hour (0 - 23)
|
||||
+--------- minute (0 - 59)
|
||||
|
||||
# examples entries
|
||||
# example entries
|
||||
# every 15 min
|
||||
*/15 * * * * /home/user/command.sh
|
||||
# every midnight
|
||||
|
|
Loading…
Reference in a new issue