updated/corrected documentation
[swftools.git] / src / swfc.1
1 .TH swfc "1" "February 2004" "swfc" "swftools"
2 .SH NAME
3 swfc - compile .sc files to swf.
4
5 .SH Synopsis
6 .B swfc [-o file.swf] file.sc
7
8 .SH DESCRIPTION
9 Compiles a file written in sc (SWF Script) into a number of SWF files.
10
11 .SH OPTIONS
12 .TP
13 \fB\-h\fR, \fB\-\-help\fR 
14     Print short help message and exit
15 .TP
16 \fB\-V\fR, \fB\-\-version\fR 
17     Print version info and exit
18 .TP
19 \fB\-v\fR, \fB\-\-verbose\fR 
20     Increase verbosity. Use more than one \fB-v\fR for greater effect.
21 .TP
22 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
23     Specify output file (Default: output.swf). 
24     This affects only the parts of the .sc file which haven't
25     specified an output file themselves.