From 4e49c4742a2e430c37940de8793a9bae88a03162 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 13 Jun 2002 11:49:31 +0000 Subject: [PATCH] typo fix. --- src/swfcombine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.7.10.4