X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfbbox.c;h=9eafc24a655668d6abf168a404af837b99820e34;hp=40aad283ff837c4264e8c62e65d944289e06ad5e;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hpb=fb6cc905551c2a130568fbd85933071ee8b7d61a diff --git a/src/swfbbox.c b/src/swfbbox.c index 40aad28..9eafc24 100644 --- a/src/swfbbox.c +++ b/src/swfbbox.c @@ -127,8 +127,8 @@ void args_callback_usage(char *name) printf("-h , --help Print help and exit\n"); printf("-b , --bbox Show movie bounding box (default)\n"); printf("-B , --newbbox Show recalculated (optimized/expanded) bounding box\n"); - printf("-e , --expand Write out a new file using the recalculated bounding box\n"); - printf("-O , --optimize Recalculate bounding boxes\n"); + printf("-e , --expand Write out a new file using the recalculated header bounding box\n"); + printf("-O , --optimize Recalculate all object bounding boxes (except for the header)\n"); printf("-S , --swifty Print out transformed bounding boxes\n"); printf("-c , --clip Clip bounding boxes to movie size\n"); printf("-o , --output Set output filename to (for -O)\n");