- Fixed missing scheduled attribute in task.1
  (Thanks to Dirk Deimeke)
This commit is contained in:
Federico Hernandez 2012-07-23 11:59:40 +02:00
parent 14a8511056
commit 09074dc708

View file

@ -565,6 +565,10 @@ Specifies the due-date of a task.
.B recur:<frequency>
Specifies the frequency of a recurrence of a task.
.TP
.B scheduled:<ready-date>
Specifies the date after which a task can be accomplished.
.TP
.B until:<expiration date of task>
Specifies the expiration date of a task, after which it will be deleted.