mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Documentation Update
- Added new 'task-faq' man page. - Added references to the new man page in various places.
This commit is contained in:
parent
3b52b75d2a
commit
414cdf8669
9 changed files with 75 additions and 9 deletions
|
@ -443,8 +443,8 @@ int handleVersion (std::string &outs)
|
|||
link.setColumnWidth (0, Table::flexible);
|
||||
link.setColumnJustification (0, Table::left);
|
||||
link.addCell (link.addRow (), 0,
|
||||
"Documentation for task can be found using 'man task', 'man taskrc', or "
|
||||
"'man task-tutorial' at http://taskwarrior.org");
|
||||
"Documentation for task can be found using 'man task', 'man taskrc', "
|
||||
"'man task-tutorial', 'man task-faq' or at http://taskwarrior.org");
|
||||
|
||||
Color bold ("bold");
|
||||
|
||||
|
|
|
@ -211,7 +211,7 @@ int shortUsage (std::string &outs)
|
|||
out << table.render ()
|
||||
<< std::endl
|
||||
<< "Documentation for task can be found using 'man task', 'man taskrc', "
|
||||
<< "or 'man task-tutorial' at http://taskwarrior.org"
|
||||
<< "'man task-tutorial', 'man task-faq' or at http://taskwarrior.org"
|
||||
<< std::endl
|
||||
<< std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue