From 3a83195a8df859d847300bd1bf0e03a7354ded79 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 16 Jan 2006 17:04:17 +0000 Subject: [PATCH] added -C doc --- src/swfbbox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/swfbbox.c b/src/swfbbox.c index 712c2d0..97e3869 100644 --- a/src/swfbbox.c +++ b/src/swfbbox.c @@ -46,9 +46,9 @@ static struct options_t options[] = { {"e", "expand"}, {"O", "optimize"}, {"S", "swifty"}, +{"c", "clip"}, {"o", "output"}, {"v", "verbose"}, -{"c", "clip"}, {"V", "version"}, {0,0} }; @@ -122,6 +122,7 @@ void args_callback_usage(char *name) printf("-e , --expand Write out a new file using the recalculated bounding box\n"); printf("-O , --optimize Recalculate bounding boxes\n"); printf("-S , --swifty Print out transformed bounding boxes\n"); + printf("-c , --clip Clip bounding boxes to movie size\n"); printf("-o , --output Set output filename to (for -O)\n"); printf("-v , --verbose Be more verbose\n"); printf("-V , --version Print program version and exit\n"); -- 1.7.10.4