From 5f46881549f708a7a3dcce6c33072013f46db02d Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 14 Jan 2005 06:45:32 +0000 Subject: [PATCH] added -b option docs to --help --- src/swfdump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); -- 1.7.10.4