From: kramm Date: Thu, 29 Nov 2001 18:30:46 +0000 (+0000) Subject: man page for swfextract. X-Git-Tag: release-0-2-1~91 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a95a710319a8cc07d0a9c0c4e1917c754ac70271 man page for swfextract. --- diff --git a/src/swfextract.1 b/src/swfextract.1 new file mode 100644 index 0000000..27bfc5e --- /dev/null +++ b/src/swfextract.1 @@ -0,0 +1,29 @@ +.TH swfextract "1" "October 2001" "swfdump" "swftools" +.SH NAME +swfextract - a tool for extracting data out of swf files. +.SH Synopsis +.B swfdump +[\fIoptions\fR] [\fIfile.swf\fR] +.SH DESCRIPTION +swfextracts allows to extract swf movieclips and objects out 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 +.TP +\fB\-V\fR, \fB\-\-version\fR +Print version info and exit +.TP +\fB\-i\fR, \fB\-\-id\fR \fIid\fR +Set the ID of the object to extract to \fIid\fR. +.TP +\fB\-n\fR, \fB\-\-name\fR \fIname\fR +Set the name of the object to extract to \fIname\fR. + +.SH AUTHOR + +Matthias Kramm +