X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfdump.c;h=c01a2b354de42bbe29e8a5b18aac8b5d0fe7e407;hp=1f038a67245e55f05c43aa4bca37d71455e5ef2f;hb=5f46881549f708a7a3dcce6c33072013f46db02d;hpb=a352c93161952291cdb89b63bae9fd7b896118da diff --git a/src/swfdump.c b/src/swfdump.c index 1f038a6..c01a2b3 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -67,11 +67,11 @@ static struct options_t options[] = { {"t", "text"}, {"s", "shapes"}, {"p", "placements"}, +{"b", "bbox"}, {"X", "width"}, {"Y", "height"}, {"r", "rate"}, {"f", "frames"}, -{"b", "bbox"}, {"d", "hex"}, {"u", "used"}, {0,0} @@ -159,6 +159,7 @@ void args_callback_usage(char *name) printf("-t , --text Show text fields (like swfstrings).\n"); printf("-s , --shapes Show shape coordinates/styles\n"); printf("-p , --placements Show placement information\n"); + printf("-b , --bbox Print tag's bounding boxes\n"); printf("-X , --width Prints out a string of the form \"-X width\".\n"); printf("-Y , --height Prints out a string of the form \"-Y height\".\n"); printf("-r , --rate Prints out a string of the form \"-r rate\".\n");