X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fswfdump.c;h=a7ea3bbe69284c2363cccd4288c3871ab5bc866d;hb=3dd0e419b5442a96171598e0d2e75f981438949b;hp=75ac80f0035f77b384ebfe083adbd18f5147dbcb;hpb=ac7ab52d6bea63bca0692cac4c32b9a4456b34a7;p=swftools.git diff --git a/src/swfdump.c b/src/swfdump.c index 75ac80f..a7ea3bb 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -64,6 +64,7 @@ static struct options_t options[] = { {"e", "html"}, {"a", "action"}, {"t", "text"}, +{"s", "shapes"}, {"p", "placements"}, {"X", "width"}, {"Y", "height"}, @@ -71,7 +72,6 @@ static struct options_t options[] = { {"f", "frames"}, {"d", "hex"}, {"u", "used"}, -{"s", "shapes"}, {0,0} }; @@ -151,6 +151,7 @@ void args_callback_usage(char *name) printf("-e , --html Print out html code for embedding the file\n"); 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("-p , --placements Show placement information\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");