From 09074dc708adea8e2ef7c95202f57c5bd409099c Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 23 Jul 2012 11:59:40 +0200 Subject: [PATCH] Man page - Fixed missing scheduled attribute in task.1 (Thanks to Dirk Deimeke) --- doc/man/task.1.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index cd786c208..ce57fa6e8 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -565,6 +565,10 @@ Specifies the due-date of a task. .B recur: Specifies the frequency of a recurrence of a task. +.TP +.B scheduled: +Specifies the date after which a task can be accomplished. + .TP .B until: Specifies the expiration date of a task, after which it will be deleted.