From: kramm Date: Sat, 5 Jul 2003 17:01:25 +0000 (+0000) Subject: fixed --help output. X-Git-Tag: release-0-5-0~211 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=8476f440fcfaeba11f683c0cd10d300f74dde18d fixed --help output. --- diff --git a/src/swfbbox.c b/src/swfbbox.c index 6847763..1d3809e 100644 --- a/src/swfbbox.c +++ b/src/swfbbox.c @@ -69,7 +69,7 @@ void args_callback_usage(char*name) { printf("Usage: %s [-at] file.swf\n", name); printf("\t-h , --help\t\t Print help and exit\n"); - printf("\t-O , --optimize\t\t Print help and exit\n"); + printf("\t-O , --optimize\t\t Recalculate bounding boxes\n"); printf("\t-S , --swifty\t\t Print out transformed bounding boxes\n"); printf("\t-o , --output\t\t Set output filename (for -O)\n"); printf("\t-V , --version\t\t Print program version and exit\n");