static struct options_t options[] = {
{"h", "help"},
{"V", "version"},
+{"v", "verbose"},
+{"q", "quiet"},
{"C", "cgi"},
{"X", "width"},
{"Y", "height"},
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");