From cd42ba4fb3c656affa3caecdf91c622860f18fd1 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 19 Jun 2008 20:35:00 +0000 Subject: [PATCH] fixed bug in --help output --- src/swfcombine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swfcombine.c b/src/swfcombine.c index b4dbfb9..cecffe1 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"); -- 1.7.10.4