X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjpeg2swf.c;h=88688aa95adb57d7ff3ef7ee8d73ce9b5d6f01a7;hb=7aa5bab2ae7418257e93530948bee3a04f1c15c3;hp=644df91b50094d18d92ad4b047be2c7260deb413;hpb=ca7c0df2c3399b27b6ed4157908a33df6cb23e2f;p=swftools.git diff --git a/src/jpeg2swf.c b/src/jpeg2swf.c index 644df91..88688aa 100644 --- a/src/jpeg2swf.c +++ b/src/jpeg2swf.c @@ -487,14 +487,14 @@ static struct options_t options[] = { {"q", "quality"}, {"r", "rate"}, {"z", "zlib"}, -{"X", "width"}, -{"Y", "height"}, {"x", "xoffset"}, {"y", "yoffset"}, -{"e", "export"}, -{"f", "fit-to-movie"}, +{"X", "width"}, +{"Y", "height"}, {"v", "verbose"}, {"V", "version"}, +{"f", "fit-to-movie"}, +{"e", "export"}, {0,0} }; @@ -538,11 +538,10 @@ 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("-f , --fit-to-movie Fit images to movie size\n"); - printf("-e , --export Make importable as asset with \n"); - printf("-v , --verbose Be verbose. Use more than one -v for greater effect \n"); - //printf("-q , --quiet Omit normal log messages, only log errors\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"); + printf("-e , --export Make importable as asset with \n"); printf("\n"); }