summaryrefslogtreecommitdiff
path: root/src/rtfx.1
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-06-08 16:23:14 +0000
committerStef Walter <stef@memberwebs.com>2005-06-08 16:23:14 +0000
commit773b54cdf97a9cbad83d309c0d99f157a7b0d27e (patch)
treedeb9e196048d8628168ed9ca6403ae667c85e312 /src/rtfx.1
parent099b3f5ad0a70070fd183b85aeee7d2420960f33 (diff)
RTFX now displays version number with -v argument.
Diffstat (limited to 'src/rtfx.1')
-rw-r--r--src/rtfx.18
1 files changed, 6 insertions, 2 deletions
diff --git a/src/rtfx.1 b/src/rtfx.1
index 3d234c6..7b742c6 100644
--- a/src/rtfx.1
+++ b/src/rtfx.1
@@ -45,6 +45,8 @@
.Op Fl pw
.Op Ar inrtf
.Op Ar outxml
+.Nm
+.Fl v
.Sh DESCRIPTION
.Nm
converts RTF files into a generic XML format. It majors on keeping meta data like style
@@ -62,6 +64,10 @@ The options are as follows:
Puts
.Nm
into 'presentation' output mode.
+.It Fl v
+Displays
+.Nm
+version number and then quits.
.It Fl w
Output XML is written with indents for easy reading.
.It Ar inrtf
@@ -71,7 +77,5 @@ The XML file to output the converted data to. If not specified writes to stdout.
.El
.Sh WEBSITE
http://memberwebs.com/nielsen/software/rtfx/
-.Sh BUGS
-Doesn't handle crummy RTF files nicely. Needs some speed improvements.
.Sh AUTHOR
.An Nate Nielsen Aq nielsen@memberwebs.com