Documentation

- Added the 'merge' command to the help output.
This commit is contained in:
Paul Beckingham 2010-08-07 20:14:01 -04:00
parent 6d5a03ac45
commit a8c8bf4671

View file

@ -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.");