summaryrefslogtreecommitdiff
path: root/source/fitz/stext-device.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-08-10 15:08:02 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-08-17 13:38:48 +0200
commitd447754cc9a6220df1b2f8395101b5d79adac9fe (patch)
treeb167b4c03161ac91f5078551052c64dd59617387 /source/fitz/stext-device.c
parentb796ddf898817ad0a16013ffc7e67420c5881b6f (diff)
downloadmupdf-d447754cc9a6220df1b2f8395101b5d79adac9fe.tar.xz
Add PWG document writer.
Option parsing is not implemented yet.
Diffstat (limited to 'source/fitz/stext-device.c')
-rw-r--r--source/fitz/stext-device.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/fitz/stext-device.c b/source/fitz/stext-device.c
index 87009f03..d4d502b1 100644
--- a/source/fitz/stext-device.c
+++ b/source/fitz/stext-device.c
@@ -28,9 +28,9 @@ struct fz_stext_device_s
};
const char *fz_stext_options_usage =
- "Structured text output options:\n"
- "\tpreserve-ligatures: do not expand all ligatures into constituent characters\n"
- "\tpreserve-whitespace: do not convert all whitespace characters into spaces\n"
+ "Text output options:\n"
+ "\tpreserve-ligatures: do not expand ligatures into constituent characters\n"
+ "\tpreserve-whitespace: do not convert all whitespace into space characters\n"
"\tpreserve-images: keep images in output\n"
"\n";