summaryrefslogtreecommitdiff
path: root/src/rtfx.1
diff options
context:
space:
mode:
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