git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ddaab4
)
fixed --help output.
author
kramm
<kramm>
Sat, 5 Jul 2003 17:01:25 +0000
(17:01 +0000)
committer
kramm
<kramm>
Sat, 5 Jul 2003 17:01:25 +0000
(17:01 +0000)
src/swfbbox.c
patch
|
blob
|
history
diff --git
a/src/swfbbox.c
b/src/swfbbox.c
index
6847763
..
1d3809e
100644
(file)
--- 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");