From e7ad31c1c2cac0a6e856cf74a30dbf8934672161 Mon Sep 17 00:00:00 2001 From: Sebastian Carlos <88276600+sebastiancarlos@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:45:08 -0300 Subject: [PATCH] Document the 'status' attribute in the man page (#3511) Co-authored-by: Sebastian Carlos --- 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 62a61a361..e8835b1f0 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -760,6 +760,10 @@ add or remove a virtual tag. .B project: Specifies the project to which a task is related to. +.TP +.B status:pending|deleted|completed|waiting|recurring +Specifies the state of the task. + .TP .B priority:H|M|L or priority: Specifies High, Medium, Low and no priority for a task.