From: kramm Date: Wed, 17 Nov 2004 17:45:39 +0000 (+0000) Subject: temporarily removed -1, -2 from usage(). X-Git-Tag: release-0-6-3~159 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=bce6204356ab92395b4e44c8a46333b53c553baa;p=swftools.git temporarily removed -1, -2 from usage(). --- diff --git a/pdf2swf/pdf2swf.cc b/pdf2swf/pdf2swf.cc index 883475e..143b867 100644 --- a/pdf2swf/pdf2swf.cc +++ b/pdf2swf/pdf2swf.cc @@ -344,8 +344,9 @@ void args_callback_usage(char*name) " graphic errors)\n"); printf("-s filloverlap Make intersecting shapes overlap, instead of canceling each\n" " other out. (Needed for some Powerpoint PDFs)\n"); - printf("-2 Put 2 pages into each frame.\n"); - printf("-4 Put 4 pages into each frame.\n"); + //deliberately undocumented (for now) + //printf("-2 Put 2 pages into each frame.\n"); + //printf("-4 Put 4 pages into each frame.\n"); printf("Postprocessing options:\n"); #ifndef SYSTEM_BACKTICKS printf("(They might not work because your system call doesn't support command substitution)\n");