From d447754cc9a6220df1b2f8395101b5d79adac9fe Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 10 Aug 2017 15:08:02 +0200 Subject: Add PWG document writer. Option parsing is not implemented yet. --- source/fitz/stext-device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/fitz/stext-device.c') 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"; -- cgit v1.2.3