diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-03-30 14:45:33 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-03-31 18:22:08 -0400 |
commit | 9f597052d460cbe6b0a5f4660997001b50867751 (patch) | |
tree | 8db2b4d97234af7cefc504ba99d98f040b132f91 | |
parent | 876fe11e32bf290c6df02864393115b1e6c6d13c (diff) | |
download | ffmpeg-9f597052d460cbe6b0a5f4660997001b50867751.tar.gz |
doc: Fix grammar in -n description
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-rw-r--r-- | doc/ffmpeg.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 5132227b26..38d341e7c6 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -232,7 +232,8 @@ input file name Overwrite output files without asking. @item -n (@emph{global}) -Do not overwrite output files but exit if file exists. +Do not overwrite output files, and exit immediately if a specified +output file already exists. @item -c[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream}) @itemx -codec[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream}) |