Bug #411 - projects command only lists those in use by pending tasks
- Fixed bug in man page that doesn't properly state the above (thanks to Dirk Deimeke).
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -48,4 +48,5 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
|
||||
Juergen Daubert
|
||||
Rich Mintz
|
||||
Seneca Cunningham
|
||||
Dirk Deimeke
|
||||
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
+ Fixed bug #406 so that task now includes command aliases in the _commands
|
||||
helper command used by shell completion scripts.
|
||||
+ Fixed bug #211 - it was unclear which commands modify a task description.
|
||||
+ Fixed bug #411, clarifying that the 'projects' command only lists projects
|
||||
for which there are pending tasks (thanks to Dirk Deimeke).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
||||
@@ -65,7 +65,8 @@ Marks the specified task as done.
|
||||
|
||||
.TP
|
||||
.B projects
|
||||
Lists all project names used, and the number of tasks for each.
|
||||
Lists all project names that are currently used by pending tasks, and the
|
||||
number of tasks for each.
|
||||
|
||||
.TP
|
||||
.B tags
|
||||
|
||||
Reference in New Issue
Block a user