mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
Bug Fix - Problem with #320
- The new auto-info command interfered with task modification. Should have run all the unit tests before committing that change. - Added auto-info command to the help text.
This commit is contained in:
parent
67ffd07312
commit
336a4dea01
2 changed files with 26 additions and 5 deletions
|
@ -100,6 +100,10 @@ int shortUsage (std::string &outs)
|
|||
"substitutions for all matching text, not just the "
|
||||
"first occurrence.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task ID");
|
||||
table.addCell (row, 2, "Specifying an ID without a command invokes the 'info' command.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task edit ID");
|
||||
table.addCell (row, 2, "Launches an editor to let you modify all aspects of a task directly, therefore it is to be used carefully.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue