summaryrefslogtreecommitdiff
path: root/src/rtfx.cpp
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-03-31 04:04:16 +0000
committerStef <stef@ws.local>2004-03-31 04:04:16 +0000
commita4c0a06821a6f77ee1d7aebeb2eee02bb7aa913d (patch)
tree3de5c30f7fd9239c8db38fb1a5a8518064fa38b4 /src/rtfx.cpp
parent4d38570e69b996d6d119808c66460ceb4fe940b0 (diff)
Unix porting
Unix porting
Diffstat (limited to 'src/rtfx.cpp')
-rw-r--r--src/rtfx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rtfx.cpp b/src/rtfx.cpp
index e3ceb61..4d1bbd6 100644
--- a/src/rtfx.cpp
+++ b/src/rtfx.cpp
@@ -2,13 +2,14 @@
#include "usuals.h"
#include <stdlib.h>
#include <stdio.h>
+#include <errno.h>
#include "rtfreader.h"
#include "rtfanalyser.h"
int usage()
{
- fprintf(stderr, "usage: rtfm inrtf outxml\n");
+ fprintf(stderr, "usage: rtfm <inrtf> <outxml>\n");
return 2;
}