From cfb9603439386f18cbc7ee7a3621c2aaf2649d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 26 Nov 2013 18:13:16 +0100 Subject: [PATCH] crontab: fix typo in comment --- cheatsheets/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/crontab b/cheatsheets/crontab index 580e0fd..d567c20 100644 --- a/cheatsheets/crontab +++ b/cheatsheets/crontab @@ -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