X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fpdf2swf.cc;fp=pdf2swf%2Fpdf2swf.cc;h=143b867ea3a7fdc12b4b4e139d7827030acc42dd;hb=bce6204356ab92395b4e44c8a46333b53c553baa;hp=883475ea7f18e8e6d92a57301c562decbe98d705;hpb=4461ee0f7fad532c3443a67ca46da207f579adb5;p=swftools.git 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");