Documentation

- Clarified the need for quoting substitutions containing spaces (thanks
  to Eric Fluger).
This commit is contained in:
Paul Beckingham 2011-02-08 23:55:07 -05:00
parent 1ea513ad75
commit 589c918f79

View file

@ -239,11 +239,17 @@ Modifies the existing task with provided information.
Performs one substitution on task description and annotation for fixing Performs one substitution on task description and annotation for fixing
mistakes. mistakes.
If either 'from' or 'to' contain spaces, you will need to put quotes around
the whole thing.
.TP .TP
.B ID /from/to/g .B ID /from/to/g
Performs all substitutions on task description and annotation for fixing Performs all substitutions on task description and annotation for fixing
mistakes. mistakes.
If either 'from' or 'to' contain spaces, you will need to put quotes around
the whole thing.
.TP .TP
.B edit ID .B edit ID
Launches an editor to let you modify all aspects of a task directly. Launches an editor to let you modify all aspects of a task directly.