mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #529
- Fixed bug #529, where the 'depends' attribute was not mentioned in the task man page (thanks to Dirk Deimeke).
This commit is contained in:
parent
55ad0cb8b7
commit
cc8299f0cc
2 changed files with 10 additions and 2 deletions
|
@ -368,6 +368,12 @@ to 25 lines, if ncurses is not installed or enabled.
|
|||
.B wait:<wait-date>
|
||||
Date until task becomes pending.
|
||||
|
||||
.TP
|
||||
.B depends:<id1,id2 ...>
|
||||
Declares this task to be dependent on id1 and id2. This means that the tasks
|
||||
id1 and id2 should be completed before this task. Consequently, this task will
|
||||
then show up on the 'blocked' report.
|
||||
|
||||
.SH ATTRIBUTE MODIFIERS
|
||||
Attribute modifiers improve filters. Supported modifiers are:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue