X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fas3compile.1;h=c8b1de1a1ebdacf2faf85e385468de3a563228e1;hb=41e559456eae150a5789fef38c3e4be7271e8eda;hp=6c9bea18563f6b80b6c92c110a2c08903d178683;hpb=46efc7f670b104608b68642e69e9bf1f7a0197bd;p=swftools.git diff --git a/src/as3compile.1 b/src/as3compile.1 index 6c9bea1..c8b1de1 100644 --- a/src/as3compile.1 +++ b/src/as3compile.1 @@ -1,4 +1,4 @@ -.TH as3compile "1" "January 2009" "as3compile" "swftools" +.TH as3compile "1" "February 2009" "as3compile" "swftools" .SH NAME as3compile - Compile .as ActionScript 3.0 files to swf. @@ -16,6 +16,12 @@ Compiles a file written in ActionScript to a SWF file. \fB\-V\fR, \fB\-\-version\fR Print version info and exit .TP +\fB\-v\fR, \fB\-\-verbose\fR + Increase verbosity +.TP +\fB\-q\fR, \fB\-\-quiet\fR + Decrease verbosity +.TP \fB\-C\fR, \fB\-\-cgi\fR Output to stdout (for use in CGI environments) .TP @@ -28,8 +34,17 @@ Compiles a file written in ActionScript to a SWF file. \fB\-r\fR, \fB\-\-rate\fR Set target SWF framerate .TP +\fB\-l\fR, \fB\-\-library\fR \fIfile\fR + Include library file \fIfile\fR +.TP +\fB\-I\fR, \fB\-\-include\fR \fIdir\fR + Add include dir \fIdir\fR +.TP \fB\-T\fR, \fB\-\-flashversion\fR \fInum\fR \fInum\fR must be >= 9. .TP \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR Set output file to \fIfilename\fR. +.SH AUTHOR + +Matthias Kramm