X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfcombine.c;h=44c251b198aed189a4c84008b9bdbcd1eebd271f;hb=7915fcb341e26520259263042671a42dcfd833fe;hp=25698eedcb8a902c07061f80dd77839b88faeeb1;hpb=48cdb36a2545243403c32e50cd65c6e1fcae8de9;p=swftools.git 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");