From 9170ce572a38de4c1fef0b3ee18b75a9bbaec7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=9A=E6=9C=89=E7=8C=AB=E7=9A=84?= Date: Fri, 20 Jul 2018 16:11:15 +0800 Subject: [PATCH] at: fix invalid time unit (#2210) --- pages/common/at.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/at.md b/pages/common/at.md index 74b2f08c3..e7aacecee 100644 --- a/pages/common/at.md +++ b/pages/common/at.md @@ -5,7 +5,7 @@ - Execute commands from standard input in 5 minutes (press `Ctrl + D` after entering commands): -`at now + 5 min` +`at now + 5 minutes` - Execute a command from standard input at 10:00 AM today: