Commands - stats
- Migrated handleReportStats to CmdStatistics.
This commit is contained in:
@@ -195,10 +195,6 @@ int CmdHelp::execute (const std::string& command_line, std::string& output)
|
||||
view.set (row, 1, "task calendar [due|month year|year]");
|
||||
view.set (row, 2, "Shows a calendar, with due tasks marked.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task stats");
|
||||
view.set (row, 2, "Shows task database statistics.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task import");
|
||||
view.set (row, 2, "Imports tasks from a variety of formats.");
|
||||
|
||||
Reference in New Issue
Block a user