Feature #408 - Allow deletion of annotations.

- Added new denotate command
- Added unit tests in denotate.t
- Change task.1 man page
This commit is contained in:
Federico Hernandez 2010-06-20 20:58:46 +02:00
parent 5e55166617
commit 5e53226eb8
11 changed files with 233 additions and 1 deletions

View file

@ -93,6 +93,10 @@ int shortUsage (std::string &outs)
table.addCell (row, 1, "task annotate ID desc...");
table.addCell (row, 2, "Adds an annotation to an existing task.");
row = table.addRow ();
table.addCell (row, 1, "task denotate ID desc...");
table.addCell (row, 2, "Deletes an annotation of an existing task.");
row = table.addRow ();
table.addCell (row, 1, "task ID [tags] [attrs] [desc...]");
table.addCell (row, 2, "Modifies the existing task with provided arguments.");