From: kramm Date: Thu, 2 Sep 2004 20:00:14 +0000 (+0000) Subject: added some words to usage(). X-Git-Tag: xpdf-3-00~67 X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=33f8948239f301d8295c4c33895a6c47f30479d5;p=swftools.git added some words to usage(). --- 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");