X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fas3compile.c;h=f42af26bf305ee7fab0364046b4d5b383d278dcc;hb=d24247b63630ff910d4db022fe4e5f6e9d329108;hp=d62d4476accfef0c80c3cc115a3dff2bd3553ff4;hpb=833472ed51c5e622420293e9d42a69e993f9a62f;p=swftools.git diff --git a/src/as3compile.c b/src/as3compile.c index d62d447..f42af26 100644 --- a/src/as3compile.c +++ b/src/as3compile.c @@ -42,6 +42,8 @@ static int verbose = 1; static struct options_t options[] = { {"h", "help"}, {"V", "version"}, +{"v", "verbose"}, +{"q", "quiet"}, {"C", "cgi"}, {"X", "width"}, {"Y", "height"}, @@ -107,6 +109,8 @@ void args_callback_usage(char *name) printf("\n"); printf("-h , --help Print short help message and exit\n"); printf("-V , --version Print version info and exit\n"); + printf("-v , --verbose Increase verbosity\n"); + printf("-q , --quiet Decrease verbosity\n"); printf("-C , --cgi Output to stdout (for use in CGI environments)\n"); printf("-X , --width Set target SWF width\n"); printf("-Y , --height Set target SWF width\n");