Enhancement - en passant "done"

- When marking task(s) as done, it is now possible to modify them
  at the same time.
This commit is contained in:
Paul Beckingham
2009-05-08 00:25:30 -04:00
parent b23bad9a5b
commit 5cf33105a3
3 changed files with 45 additions and 15 deletions

View File

@@ -220,6 +220,10 @@ static std::string shortUsage (Config& conf)
<< "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"
<< std::endl
<< std::endl;
return out.str ();