mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Added a task-tutorial man page mention to the help and version command. - Corrected comment about attribute entity encoding/decoding.
This commit is contained in:
parent
93067f3c3b
commit
0ab2169c65
3 changed files with 6 additions and 7 deletions
|
@ -742,7 +742,8 @@ void Att::dequote (std::string& value) const
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Encode values prior to serialization.
|
||||
// \t -> &tab;
|
||||
// " -> "
|
||||
// ' -> &squot;
|
||||
// " -> &dquot;
|
||||
// , -> ,
|
||||
// [ -> &open;
|
||||
// ] -> &close;
|
||||
|
|
|
@ -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' and 'man taskrc', or "
|
||||
"at http://taskwarrior.org");
|
||||
"Documentation for task can be found using 'man task', 'man taskrc', or "
|
||||
"'man task-tutorial' at http://taskwarrior.org");
|
||||
|
||||
Color bold ("bold");
|
||||
|
||||
|
|
|
@ -210,10 +210,8 @@ int shortUsage (std::string &outs)
|
|||
std::stringstream out;
|
||||
out << table.render ()
|
||||
<< std::endl
|
||||
<< "See http://taskwarrior.org/wiki/taskwarrior/Download for the latest "
|
||||
<< "releases and a full tutorial. New releases containing fixes and "
|
||||
<< "enhancements are made frequently. Join in the discussion of task, "
|
||||
<< "present and future, at http://taskwarrior.org"
|
||||
<< "Documentation for task can be found using 'man task', 'man taskrc', "
|
||||
<< "or 'man task-tutorial' at http://taskwarrior.org"
|
||||
<< std::endl
|
||||
<< std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue