- Added support for "task stop <id>" command, that removes the start time from a task.

- Updated documentation accordingly.
This commit is contained in:
Paul Beckingham
2008-10-19 11:47:03 -04:00
parent 47c02965e9
commit 0987171280
8 changed files with 46 additions and 6 deletions

View File

@@ -138,6 +138,7 @@ static const char* commands[] =
"projects",
"start",
"stats",
"stop",
"summary",
"tags",
"undelete",