diff --git a/doc/html/documentation_tools_flac.html b/doc/html/documentation_tools_flac.html
index 06dbb036..f0fae2d3 100644
--- a/doc/html/documentation_tools_flac.html
+++ b/doc/html/documentation_tools_flac.html
@@ -264,6 +264,25 @@
Automatically delete the input file after a successful encode or decode. If there was an error (including a verify error) the input file is left intact.
+
+ |
+
+ --keep-foreign-metadata
+ |
+
+ If encoding, save WAVE or AIFF non-audio chunks in FLAC metadata. If decoding, restore any saved non-audio chunks from FLAC metadata when writing the decoded file. Foreign metadata cannot be transcoded, e.g. WAVE chunks saved in a FLAC file cannot be restored when decoding to AIFF. Input and output must be regular files (not stdin or stdout).
+
+ |
+
@@ -969,6 +988,7 @@
-h
--help
--input-size
+ --keep-foreign-metadata
-l
--lax
-M
|