mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Updated man pages and task help documentation
This commit is contained in:
parent
4c6d58549d
commit
b5d8045eb3
5 changed files with 335 additions and 158 deletions
|
@ -158,8 +158,8 @@ std::string shortUsage ()
|
|||
table.addCell (row, 2, "Shows a graphical report of task history, by month.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task calendar");
|
||||
table.addCell (row, 2, "Shows a monthly calendar, with due tasks marked.");
|
||||
table.addCell (row, 1, "task calendar [due|month year|year]");
|
||||
table.addCell (row, 2, "Shows a calendar, with due tasks marked.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task stats");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue