From 33f8948239f301d8295c4c33895a6c47f30479d5 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 2 Sep 2004 20:00:14 +0000 Subject: [PATCH] added some words to usage(). --- pdf2swf/pdf2swf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/pdf2swf.cc b/pdf2swf/pdf2swf.cc index d22444a..3098afe 100644 --- a/pdf2swf/pdf2swf.cc +++ b/pdf2swf/pdf2swf.cc @@ -327,7 +327,7 @@ void args_callback_usage(char*name) printf("-s caplinewidth=value Set the minimum line width to trigger cap style handling to value. (3)\n"); printf("-s splinequality=value Set the quality of spline convertion to value (0-100, default: 100).\n"); printf("-s fontquality=value Set the quality of font convertion to value (0-100, default: 100).\n"); - printf("-s ignoredraworder Ignore draw order (makes the SWF file smaller, but may produce\n" + printf("-s ignoredraworder Ignore draw order (makes the SWF file smaller and faster, but may produce\n" " graphic errors)\n"); printf("-s filloverlap Make intersecting shapes overlap, instead of canceling each\n" " other out. (Needed for some Powerpoint PDFs)\n"); -- 1.7.10.4