mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Added task-color to the list of man pages referenced in several places.
This commit is contained in:
parent
0e411cd646
commit
ad9f318e10
3 changed files with 6 additions and 3 deletions
|
@ -45,7 +45,8 @@
|
||||||
// 2) It is parsed and used as default values for all Config.get calls.
|
// 2) It is parsed and used as default values for all Config.get calls.
|
||||||
std::string Config::defaults =
|
std::string Config::defaults =
|
||||||
"# Task program configuration file.\n"
|
"# Task program configuration file.\n"
|
||||||
"# For more documentation, see http://taskwarrior.org or try 'man task' and 'man taskrc'\n"
|
"# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',\n"
|
||||||
|
"# 'man task-tutorial', 'man task-color' or 'man taskrc'\n"
|
||||||
"\n"
|
"\n"
|
||||||
"# Files\n"
|
"# Files\n"
|
||||||
"data.location=~/.task\n"
|
"data.location=~/.task\n"
|
||||||
|
|
|
@ -474,7 +474,8 @@ int handleVersion (std::string &outs)
|
||||||
link.setColumnJustification (0, Table::left);
|
link.setColumnJustification (0, Table::left);
|
||||||
link.addCell (link.addRow (), 0,
|
link.addCell (link.addRow (), 0,
|
||||||
"Documentation for task can be found using 'man task', 'man taskrc', "
|
"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");
|
||||||
|
|
||||||
Color bold ("bold");
|
Color bold ("bold");
|
||||||
|
|
||||||
|
|
|
@ -213,7 +213,8 @@ int shortUsage (std::string &outs)
|
||||||
out << table.render ()
|
out << table.render ()
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< "Documentation for task can be found using 'man task', 'man taskrc', "
|
<< "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
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue