Documentation

- The help command now includes the task-sync man page.
- The help command now includes export.csv and export.yaml.
This commit is contained in:
Paul Beckingham
2010-10-28 21:46:26 -04:00
parent 01bb76b3b6
commit 46c031c45c
3 changed files with 17 additions and 10 deletions

View File

@@ -804,7 +804,7 @@ int handleVersion (std::string& outs)
link.setColumnJustification (0, Table::left);
link.addCell (link.addRow (), 0,
"Documentation for taskwarrior can be found using 'man task', 'man taskrc', "
"'man task-tutorial', 'man task-color', 'man task-faq' or at "
"'man task-tutorial', 'man task-color', 'man task-sync', 'man task-faq' or at "
"http://taskwarrior.org");
Color bold ("bold");
@@ -1728,8 +1728,7 @@ int handleModify (std::string& outs)
// Either we scan context.task for negative IDs "depends:-n"
// or we ask deltaAttributes (above) to record dependency
// removal.
if (1)
dependencyChainOnModify (before, *other);
dependencyChainOnModify (before, *other);
context.tdb.update (*other);