Feature - #341 man pages
- Added feature #341 that makes explicit references to the task and taskrc man pages, both in the auto-generated .taskrc file and the version command output (thanks to Cory Donnelly).
This commit is contained in:
@@ -436,7 +436,7 @@ int handleVersion (std::string &outs)
|
||||
link.addCell (link.addRow (), 0,
|
||||
"See http://taskwarrior.org for the latest releases, online documentation "
|
||||
"and lively discussion. New releases containing fixes and enhancements "
|
||||
"are made frequently.");
|
||||
"are made frequently. Don't forget the man pages 'man task' and 'man taskrc'.");
|
||||
|
||||
std::vector <std::string> all;
|
||||
context.config.all (all);
|
||||
|
||||
Reference in New Issue
Block a user