testsuite: added first five tests
[swftools.git] / src / swfbytes.1
diff --git a/src/swfbytes.1 b/src/swfbytes.1
new file mode 100644 (file)
index 0000000..ae14406
--- /dev/null
@@ -0,0 +1,26 @@
+.TH swfbytes "1" "August 2009" "swfbytes" "swftools"
+.SH NAME
+swfbytes - Tool for simplifying the hex-editing of SWF files.
+
+.SH Synopsis
+.B swfbytes [-v] file.swf > file.hexdump
+.PP
+.B swfbytes file.hexdump
+
+.SH DESCRIPTION
+With this tool and a text editor, you can perform some basic
+editing operations on SWF files.
+
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR 
+    Print help and exit
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR 
+    Be more verbose
+.TP
+\fB\-V\fR, \fB\-\-version\fR 
+    Print program version and exit
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>