X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjpeg2swf.c;h=da3c3189bb8e653fa8196107f4eb3def50805b95;hb=fc815311aa1bd67877b404493838dfd85a86f596;hp=b53958a0fe27a1916f6e676cb3ebc00254440c56;hpb=98d547745ade4979ad9cdccf355a22ab899f9587;p=swftools.git diff --git a/src/jpeg2swf.c b/src/jpeg2swf.c index b53958a..da3c318 100644 --- a/src/jpeg2swf.c +++ b/src/jpeg2swf.c @@ -546,6 +546,7 @@ static struct options_t options[] = { {"y", "yoffset"}, {"X", "width"}, {"Y", "height"}, +{"T", "flashversion"}, {"v", "verbose"}, {"V", "version"}, {"f", "fit-to-movie"}, @@ -593,6 +594,7 @@ void args_callback_usage(char *name) printf("-y , --yoffset vertically offset images by \n"); printf("-X , --width Force movie width to (default: autodetect)\n"); printf("-Y , --height Force movie height to (default: autodetect)\n"); + printf("-T , --flashversion Set flash file version to \n"); printf("-v , --verbose Set verbose level to (0=quiet, 1=default, 2=debug)\n"); printf("-V , --version Print version information and exit\n"); printf("-f , --fit-to-movie Fit images to movie size\n");