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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user