From 86e4f13c3d50ac876f8c3ba9a825f9874c1bccd6 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 2 Dec 2001 12:17:47 +0000 Subject: [PATCH] brought up to date. --- src/swfextract.1 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/swfextract.1 b/src/swfextract.1 index 27bfc5e..762fd2b 100644 --- a/src/swfextract.1 +++ b/src/swfextract.1 @@ -14,14 +14,23 @@ the Flash Plugin. \fB\-h\fR, \fB\-\-help\fR Print short help message and exit .TP +\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR +Write output to file \fIfilename\fR +.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. +\fB\-i\fR, \fB\-\-id\fR \fIids\fR +\fIids\fR is a range of IDs to extract. E.g. 1-10,14 +.TP +\fB\-f\fR, \fB\-\-frame\fR \fIframes\fR +\fIframes\fR is a range of frames to extract. E.g. 1-10,20-30,40- .TP \fB\-n\fR, \fB\-\-name\fR \fIname\fR Set the name of the object to extract to \fIname\fR. +.TP +\fB\-w\fR, \fB\-\-hollow\fR +Copy empty frames to the output file, too. .SH AUTHOR -- 1.7.10.4