X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfdump.c;h=c9f910cde574b715af3fae272181479308c7fc13;hb=b6b262206550e7308da43d4ebdfd35d52ac2e1a3;hp=3a87f4227956b8135dceb9f1caa08ad40950ae8b;hpb=23cda857a4248617d746a37dca4652604ef11a1e;p=swftools.git diff --git a/src/swfdump.c b/src/swfdump.c index 3a87f42..c9f910c 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -104,6 +104,7 @@ int args_callback_option(char*name,char*val) } else { printf("Unknown option: -%s\n", name); + exit(1); } return 0; @@ -116,7 +117,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-e , --html\t\t Create a html embedding the file (simple, but useful)\n"); + printf("\t-e , --html\t\t Create html output embedding the file (simple, but useful)\n"); printf("\t-X , --width\t\t Prints out a string of the form \"-X width\"\n"); printf("\t-Y , --height\t\t Prints out a string of the form \"-Y height\"\n"); printf("\t-r , --rate\t\t Prints out a string of the form \"-r rate\"\n");