Documentation Update

- Added task-color to the list of man pages referenced in several places.
This commit is contained in:
Paul Beckingham 2010-02-06 15:40:06 -05:00
parent 0e411cd646
commit ad9f318e10
3 changed files with 6 additions and 3 deletions

View file

@ -213,7 +213,8 @@ int shortUsage (std::string &outs)
out << table.render ()
<< std::endl
<< "Documentation for task can be found using 'man task', 'man taskrc', "
<< "'man task-tutorial', 'man task-faq' or at http://taskwarrior.org"
<< "'man task-tutorial', 'man task-color', 'man task-faq' or at "
<< "http://taskwarrior.org"
<< std::endl
<< std::endl;