diff --git a/src/report.cpp b/src/report.cpp index 6640781f7..9a43e8dad 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -201,6 +201,10 @@ int shortUsage (std::string &outs) table.addCell (row, 1, "task export"); table.addCell (row, 2, "Lists all tasks in CSV format. Alias to export.csv"); + row = table.addRow (); + table.addCell (row, 1, "task merge FILE"); + table.addCell (row, 2, "Merges the specified undo.data file with the local data files."); + row = table.addRow (); table.addCell (row, 1, "task export.ical"); table.addCell (row, 2, "Lists all tasks in iCalendar format.");