diff options
author | Stef Walter <stef@memberwebs.com> | 2005-06-08 16:14:54 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-06-08 16:14:54 +0000 |
commit | 099b3f5ad0a70070fd183b85aeee7d2420960f33 (patch) | |
tree | d367401daaf77502bdfc76e0072bc78a2e98d5c2 /src/rtfx.1 | |
parent | cf1f502a9fd8bd26e41c045ce6898a4ee29d40a8 (diff) |
Added option for pretty printing whitespace in XML.
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 |