X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfcombine.c;h=b4dbfb9cfc08417595d780b1910357b72c86226a;hb=07bc54f9e8f839b2758be5768c0725068ea76fa3;hp=cecffe1a58bd0115f9cd850a04df01b2b49f5b44;hpb=cd42ba4fb3c656affa3caecdf91c622860f18fd1;p=swftools.git diff --git a/src/swfcombine.c b/src/swfcombine.c index cecffe1..b4dbfb9 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");