X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfc.1;h=efca89cc37d371a086469ab52f7f9d842a26fe1c;hp=b40f2d38c08de791a449e6dc352c7a38841dbc3a;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hpb=de1039d531d1bbc3dfd038a587d7306f7e42682c diff --git a/src/swfc.1 b/src/swfc.1 index b40f2d3..efca89c 100644 --- a/src/swfc.1 +++ b/src/swfc.1 @@ -1,28 +1,31 @@ -.TH swfc "1" "January 2003" "swfc" "swftools" +.TH swfc "1" "April 2009" "swfc" "swftools" .SH NAME swfc - compile .sc files to swf. + .SH Synopsis .B swfc [-o file.swf] file.sc + .SH DESCRIPTION Compiles a file written in sc (SWF Script) into a number of SWF files. -.PP -(SWF files are animation files which can be displayed in Web Browsers using -the Flash Plugin) + .SH OPTIONS .TP -\fB\-h\fR, \fB\-\-help\fR -Print short help message and exit +\fB\-h\fR, \fB\-\-help\fR + Print short help message and exit .TP -\fB\-V\fR, \fB\-\-version\fR -Print version info and exit +\fB\-V\fR, \fB\-\-version\fR + Print version info and exit .TP -\fB\-v\fR, \fB\-\-verbose\fR -Increase verbosity. +\fB\-C\fR, \fB\-\-cgi\fR + Output to stdout (for use in CGI environments) +.TP +\fB\-v\fR, \fB\-\-verbose\fR + Increase verbosity. Use more than one \fB-v\fR for greater effect. .TP \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR -Specify output file (Default: output.swf). (Affects only the parts of the .sc file which haven't -specified an output file) - -.SH AUTHORS + Specify output file (Default: output.swf). + This affects only the parts of the .sc file which haven't + specified an output file themselves. +.SH AUTHOR Matthias Kramm