summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-14 02:39:55 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-14 02:39:55 +0000
commit28f88dc8267eee3ab9857743b7675a516216e0a8 (patch)
tree3bc25a34b876a4bcc35a4201f03a4c0f25b891fb /doc/ffmpeg-doc.texi
parent23c992532927afa9d3a00677ff40cd071e21dc8f (diff)
in/outfile options
Originally committed as revision 3311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 639346b49b..f62a0eabf9 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -131,7 +131,7 @@ The generic syntax is:
@example
@c man begin SYNOPSIS
-ffmpeg [[options][@option{-i} @var{input_file}]]... @{[options] @var{output_file}@}...
+ffmpeg [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
@c man end
@end example
@c man begin DESCRIPTION