man page for swfextract.
authorkramm <kramm>
Thu, 29 Nov 2001 18:30:46 +0000 (18:30 +0000)
committerkramm <kramm>
Thu, 29 Nov 2001 18:30:46 +0000 (18:30 +0000)
src/swfextract.1 [new file with mode: 0644]

diff --git a/src/swfextract.1 b/src/swfextract.1
new file mode 100644 (file)
index 0000000..27bfc5e
--- /dev/null
@@ -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 <kramm@quiss.org>
+