diff options
Diffstat (limited to 'src/rtfx.1')
-rw-r--r-- | src/rtfx.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -42,7 +42,7 @@ .Nd converts RTF to a generic XML format .Sh SYNOPSIS .Nm -.Op Fl p +.Op Fl pw .Op Ar inrtf .Op Ar outxml .Sh DESCRIPTION @@ -62,6 +62,8 @@ The options are as follows: Puts .Nm into 'presentation' output mode. +.It Fl w +Output XML is written with indents for easy reading. .It Ar inrtf The RTF file to convert. If not specified reads from stdin. .It Ar outxml |