README: update to include track-changes comments.
This commit is contained in:
parent
7980631a0b
commit
5fac8266d8
1 changed files with 7 additions and 5 deletions
12
README
12
README
|
@ -453,11 +453,13 @@ Reader options
|
||||||
|
|
||||||
`--track-changes=accept`|`reject`|`all`
|
`--track-changes=accept`|`reject`|`all`
|
||||||
|
|
||||||
: Specifies what to do with insertions and deletions produced by the MS
|
: Specifies what to do with insertions, deletions, and comments
|
||||||
Word "Track Changes" feature. `accept` (the default), inserts all
|
produced by the MS Word "Track Changes" feature. `accept` (the
|
||||||
insertions, and ignores all deletions. `reject` inserts all
|
default), inserts all insertions, and ignores all
|
||||||
deletions and ignores insertions. `all` puts in both insertions
|
deletions. `reject` inserts all deletions and ignores
|
||||||
and deletions, wrapped in spans with `insertion` and `deletion`
|
insertions. Both `accept` and `reject` ignore comments. `all` puts
|
||||||
|
in insertions, deletions, and comments, wrapped in spans with
|
||||||
|
`insertion`, `deletion`, `comment-start`, and `comment-end`
|
||||||
classes, respectively. The author and time of change is
|
classes, respectively. The author and time of change is
|
||||||
included. `all` is useful for scripting: only accepting changes
|
included. `all` is useful for scripting: only accepting changes
|
||||||
from a certain reviewer, say, or before a certain date. This
|
from a certain reviewer, say, or before a certain date. This
|
||||||
|
|
Loading…
Add table
Reference in a new issue