X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfc.c;h=4f42b106889c41543237f4f6009408a9a9715a32;hb=15771c177b875ca1f233e8aa725283ce1a559091;hp=e46efa545bd4ebbfc50bcb11c07061703f293289;hpb=9a8ddef2f3d19eaebdc8f3f7e9fb7116f1604b15;p=swftools.git diff --git a/src/swfc.c b/src/swfc.c index e46efa5..4f42b10 100644 --- a/src/swfc.c +++ b/src/swfc.c @@ -49,6 +49,7 @@ static int do_cgi = 0; static struct options_t options[] = { {"h", "help"}, {"V", "version"}, +{"C", "cgi"}, {"v", "verbose"}, {"o", "output"}, {0,0} @@ -94,6 +95,7 @@ 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("-C , --cgi Output to stdout (for use in CGI environments)\n"); printf("-v , --verbose Increase verbosity. \n"); printf("-o , --output Set output file to .\n"); printf("\n");