update cronjob example

This commit is contained in:
Lee 2023-06-27 09:36:10 +01:00
parent 87b6a55781
commit f24a032b52

@ -38,7 +38,7 @@ This command will open the crontab file in the nano text editor.
* <- day of month (1-31) * <- day of month (1-31)
* <- month (1-12) * <- month (1-12)
* <- day of week (0-6) (Sunday=0) * <- day of week (0-6) (Sunday=0)
<command> <command> <- the command to execute
``` ```
## Examples ## Examples