summaryrefslogtreecommitdiff
path: root/src/rtfx.1
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-06-08 16:14:54 +0000
committerStef Walter <stef@memberwebs.com>2005-06-08 16:14:54 +0000
commit099b3f5ad0a70070fd183b85aeee7d2420960f33 (patch)
treed367401daaf77502bdfc76e0072bc78a2e98d5c2 /src/rtfx.1
parentcf1f502a9fd8bd26e41c045ce6898a4ee29d40a8 (diff)
Added option for pretty printing whitespace in XML.
Diffstat (limited to 'src/rtfx.1')
-rw-r--r--src/rtfx.14
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rtfx.1 b/src/rtfx.1
index 64f8547..3d234c6 100644
--- a/src/rtfx.1
+++ b/src/rtfx.1
@@ -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