From f24a032b52ebb720ee7f291b7da49d2e273e95f0 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Tue, 27 Jun 2023 09:36:10 +0100 Subject: [PATCH] update cronjob example --- examples/cronjob.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cronjob.md b/examples/cronjob.md index 5e5abf2..cb9f8e4 100644 --- a/examples/cronjob.md +++ b/examples/cronjob.md @@ -38,7 +38,7 @@ This command will open the crontab file in the nano text editor. * <- day of month (1-31) * <- month (1-12) * <- day of week (0-6) (Sunday=0) - + <- the command to execute ``` ## Examples