X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=pdf2swf%2Fpdf2swf.cc;h=fc6bad18826bc8548a09e16b95cb39d55da79a0b;hp=3b67f4acd3dd66261d36159ccd71d097007d529b;hb=e3568797f32e95acba1d3ba4be5b43073a8a9955;hpb=9f4a64632e644148d4daaa22d2a32c471e127486 diff --git a/pdf2swf/pdf2swf.cc b/pdf2swf/pdf2swf.cc index 3b67f4a..fc6bad1 100644 --- a/pdf2swf/pdf2swf.cc +++ b/pdf2swf/pdf2swf.cc @@ -361,9 +361,6 @@ void args_callback_usage(char*name) //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"); -#endif printf("-b --defaultviewer Link default viewer to the pdf (%s)\n", concatPaths(SWFDIR, "default_viewer.swf")); printf("-l --defaultpreloader Link default preloader the pdf (%s)\n", concatPaths(SWFDIR, "default_loader.swf")); printf("-B --viewer=filename Link viewer \"name\" to the pdf (\"%s -B\" for list)\n", name);