From bce6204356ab92395b4e44c8a46333b53c553baa Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 17 Nov 2004 17:45:39 +0000 Subject: [PATCH] temporarily removed -1, -2 from usage(). --- pdf2swf/pdf2swf.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"); -- 1.7.10.4