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.