X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfcombine.c;h=0bc978cb98ea05defc00d49c13fcf1885301f871;hb=4e49c4742a2e430c37940de8793a9bae88a03162;hp=1f10f65824ec72999801ac27b602f9bdcbbefc80;hpb=39973302ac9d7010029a02a14a1796deda114639;p=swftools.git diff --git a/src/swfcombine.c b/src/swfcombine.c index 1f10f65..0bc978c 100644 --- a/src/swfcombine.c +++ b/src/swfcombine.c @@ -234,7 +234,7 @@ void args_callback_usage(char*name) printf("OR: %s [-rXYov] --cat [-xysf] [(name1|#id1)=]slavefile1 .. [-xysf] [(nameN|#idN)=]slavefileN\n", name); printf("OR: %s [-rXYomlcv] --dummy [-xys] [file]\n", name); printf("\n"); - printf("-o outputfile --output explicitly specify output file. (otherwise, output.swf will be used\n"); + printf("-o outputfile --output explicitly specify output file. (otherwise, output.swf will be used)\n"); printf("-t --stack place each slave in a seperate frame (no master movie)\n"); printf("-T --stack1 place each slave in the first frame (no master movie)\n"); printf("-m --merge Don't store the slaves in Sprites/MovieClips\n");