From cc60ebb73595fe3e5fd86ac9fd016a7d9ec52137 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 4 Nov 2001 19:00:47 +0000 Subject: [PATCH] Brought up to date --- src/swfcombine.1 | 2 +- src/swfdump.1 | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/swfcombine.1 b/src/swfcombine.1 index b11ef53..ec2b171 100644 --- a/src/swfcombine.1 +++ b/src/swfcombine.1 @@ -19,7 +19,7 @@ movie. swfcombine can be used to perform the latter. \fB\-h\fR, \fB\-\-help\fR Print short help message and exit .TP -\fB\-\-version\fR +\fB\-V\fR, \fB\-\-version\fR Print version info and exit .TP \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR diff --git a/src/swfdump.1 b/src/swfdump.1 index 9120b43..44515b9 100644 --- a/src/swfdump.1 +++ b/src/swfdump.1 @@ -24,10 +24,13 @@ Print out html code for embedding the file Disassemble action tags .TP \fB\-X\fR, \fB\-\-width\fR -Print out horizontal dimensions of the movie, in a string of the form "-X width" +Print out the horizontal dimension of the movie, in a string of the form "-X width" .TP \fB\-Y\fR, \fB\-\-height\fR -Print out vertical dimensions of the movie, in a string of the form "-Y height" +Print out the vertical dimension of the movie, in a string of the form "-Y height" +.TP +\fB\-r\fR, \fB\-\-rate\fR +Print out the frame rate of the movie, in a string of the form "-r rate" .SH AUTHOR -- 1.7.10.4