From f62a5e3b2e05e3aa0c8bb6b0bfec83c760778ef3 Mon Sep 17 00:00:00 2001 From: Herald Date: Mon, 30 Nov 2020 11:32:42 +0000 Subject: Correct 2:15pm example in README Closes: #13 [via git-merge-pr] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a1f364..600bd08 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Over systemd timers: snooze: `-M5` * run at 2:15pm on the first of every month: cron: `15 14 1 * *` - snooze: `-d1 -H2 -M15` + snooze: `-d1 -H14 -M15` * run at 10 pm on weekdays: cron: `0 22 * * 1-5` snooze: `-w1-5 -H22` -- cgit 1.4.1