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:
Paul Beckingham 2010-05-30 15:03:58 -04:00
parent 67ffd07312
commit 336a4dea01
2 changed files with 26 additions and 5 deletions

View file

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