mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Added the 'merge' command to the help output.
This commit is contained in:
parent
6d5a03ac45
commit
a8c8bf4671
1 changed files with 4 additions and 0 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue