From 3dd0e419b5442a96171598e0d2e75f981438949b Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 30 Oct 2004 15:17:15 +0000 Subject: [PATCH] Added -s option documentation. --- src/swfdump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); -- 1.7.10.4