Bug Fix - "done" tasks missing end date
- Tasks marked "done" were not assigned an end date before being written to the file. Fortunately this only affects beta testers who, by definition, like to live on the edge. - Added better text in the NEWS file regarding the github issue tracker. - Cleaned up text a little in the "help" report output.
This commit is contained in:
@@ -222,11 +222,8 @@ static std::string shortUsage (Config& conf)
|
||||
<< std::endl
|
||||
<< "See http://www.beckingham.net/task.html for the latest releases and a "
|
||||
<< "full tutorial. New releases containing fixes and enhancements are "
|
||||
<< "made frequently."
|
||||
<< std::endl
|
||||
<< std::endl
|
||||
<< "Join in the discussion of task, present and future, at "
|
||||
<< "http://groups.google.com/group/taskprogram"
|
||||
<< "made frequently. Join in the discussion of task, present and future, "
|
||||
<< "at http://groups.google.com/group/taskprogram"
|
||||
<< std::endl
|
||||
<< std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user