X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfdump.c;h=99917eb177199a2143503622323c914f59fd99fd;hb=481be9c05a6e9b47339051dc0c02701b514ce65b;hp=a16f873bc3948886876ffe20bfa5906ac802c2a6;hpb=483e075ffb6bd4a66fa57d7e628108d7296d15be;p=swftools.git diff --git a/src/swfdump.c b/src/swfdump.c index a16f873..99917eb 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -70,6 +70,7 @@ static struct options_t options[] = { {"a", "action"}, {"t", "text"}, {"s", "shapes"}, +{"F", "fonts"}, {"p", "placements"}, {"b", "bbox"}, {"X", "width"}, @@ -176,6 +177,7 @@ void args_callback_usage(char *name) printf("-a , --action Disassemble action tags\n"); printf("-t , --text Show text fields (like swfstrings).\n"); printf("-s , --shapes Show shape coordinates/styles\n"); + printf("-F , --fonts Show font information\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");