Bug Fix - missing ///g from usage

- Added text describing the ///g substitution feature.
- Updated ChangeLog.
This commit is contained in:
Paul Beckingham
2009-04-13 20:44:35 -04:00
parent 06062a96eb
commit e23243e195
2 changed files with 6 additions and 2 deletions

View File

@@ -102,7 +102,11 @@ static std::string shortUsage (Config& conf)
row = table.addRow ();
table.addCell (row, 1, "task ID /from/to/");
table.addCell (row, 2, "Perform the substitution on the desc, for fixing mistakes");
table.addCell (row, 2, "Performs one substitution on the task description, for fixing mistakes");
row = table.addRow ();
table.addCell (row, 1, "task ID /from/to/g");
table.addCell (row, 2, "Performs all substitutions on the task description, for fixing mistakes");
row = table.addRow ();
table.addCell (row, 1, "task delete ID");