From fc506737f1e7e1acd969c530d01c67568bbbd420 Mon Sep 17 00:00:00 2001 From: Alexandre Bruyant Date: Fri, 17 Jul 2020 18:59:21 +0200 Subject: [PATCH] at: Update time format - fixes #4192 (#4202) --- pages/linux/at.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/at.md b/pages/linux/at.md index a0113baa59..b75ee9b6d4 100644 --- a/pages/linux/at.md +++ b/pages/linux/at.md @@ -4,15 +4,15 @@ - Open an `at` prompt to create a new set of scheduled commands, press `Ctrl + D` to save and exit: -`at {{hh:mm:ss}}` +`at {{hh:mm}}` - Execute the commands and email the result using a local mailing program such as sendmail: -`at {{hh:mm:ss}} -m` +`at {{hh:mm}} -m` - Execute a script at the given time: -`at {{hh:mm:ss}} -f {{path/to/file}}` +`at {{hh:mm}} -f {{path/to/file}}` - Display a system notification at 11pm on February 18th: