X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfcombine.c;fp=src%2Fswfcombine.c;h=44c251b198aed189a4c84008b9bdbcd1eebd271f;hp=25698eedcb8a902c07061f80dd77839b88faeeb1;hb=23c6c9b0eb8b5800d8fcb1a3147e8a09d1bdd31d;hpb=bd027ee00f588973ad8254a193dfb57744e984a1 diff --git a/src/swfcombine.c b/src/swfcombine.c index 25698ee..44c251b 100644 --- a/src/swfcombine.c +++ b/src/swfcombine.c @@ -285,7 +285,7 @@ void args_callback_usage(char *name) printf("-f , --frame The following identifier is a frame or framelabel, not an id or objectname\n"); printf("-x , --movex x Adjust position of slave by pixels\n"); printf("-y , --movey y Adjust position of slave by pixels\n"); - printf("-s , --scale Adjust size of slave by percent (e.g. 100%% = original size)\n"); + printf("-s , --scale Adjust size of slave by percent (e.g. 100% = original size)\n"); printf("-r , --rate Set movie framerate to (frames/sec)\n"); printf("-X , --width Force movie bbox width to (default: use master width (not with -t))\n"); printf("-Y , --height Force movie bbox height to (default: use master height (not with -t))\n");