summaryrefslogtreecommitdiff
path: root/source/fitz/stext-device.c
diff options
context:
space:
mode:
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";