X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfdump.c;fp=src%2Fswfdump.c;h=852d4abec4559e5dff8fbdc4446a4b796b17e23e;hp=6c944b6a5dcb814e69f0f8ff8b5843c514dff9e6;hb=23c6c9b0eb8b5800d8fcb1a3147e8a09d1bdd31d;hpb=bd027ee00f588973ad8254a193dfb57744e984a1 diff --git a/src/swfdump.c b/src/swfdump.c index 6c944b6..852d4ab 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -73,8 +73,8 @@ static struct options_t options[] = { {"s", "shapes"}, {"F", "fonts"}, {"p", "placements"}, -{"b", "bbox"}, {"B", "buttons"}, +{"b", "bbox"}, {"X", "width"}, {"Y", "height"}, {"r", "rate"}, @@ -185,6 +185,7 @@ void args_callback_usage(char *name) printf("-s , --shapes Show shape coordinates/styles\n"); printf("-F , --fonts Show font information\n"); printf("-p , --placements Show placement information\n"); + printf("-B , --buttons Show button 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");