From ed840cd1dd9380bc60dbd09e49e8b6d7a2fde671 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 22 Dec 2000 22:43:50 +0000 Subject: [PATCH] add -V option docs --- doc/documentation.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/documentation.html b/doc/documentation.html index 4b387c9a..7d12ee34 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -114,10 +114,10 @@ flac will be invoked one of two ways, depending on whether you are encoding or decoding:

@@ -321,9 +321,17 @@ + -V - -m-, -e-, -p-, --lax- can all be used to turn off a particular option. + Verify the encoding process. With this option, flac will create a parallel decoder that decodes the output of the encoder and compares the result against the original. It will abort immediately with an error if a mismatch occurs. -V increases the total encoding time but is guaranteed to catch any unforseen bug in the encoding process. + + + + + + + -m-, -e-, -p-, -V-, --lax- can all be used to turn off a particular option.