diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/scripts/mkiv/mtx-flac.html | 1 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-flac.man | 3 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-flac.xml | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/doc/context/scripts/mkiv/mtx-flac.html b/doc/context/scripts/mkiv/mtx-flac.html index 78259b60b..cbb3167c0 100644 --- a/doc/context/scripts/mkiv/mtx-flac.html +++ b/doc/context/scripts/mkiv/mtx-flac.html @@ -40,6 +40,7 @@ <tr><th style="width: 10em">flag</th><th style="width: 8em">value</th><th>description</th></tr> <tr><th/><td/><td/></tr> <tr><th>--collect</th><td></td><td>collect albums in xml file</td></tr> + <tr><th>--pattern</th><td></td><td>use pattern for locating files</td></tr> </table> <br/> <h1>Example</h1> diff --git a/doc/context/scripts/mkiv/mtx-flac.man b/doc/context/scripts/mkiv/mtx-flac.man index ef914f2ac..9e41e90e2 100644 --- a/doc/context/scripts/mkiv/mtx-flac.man +++ b/doc/context/scripts/mkiv/mtx-flac.man @@ -13,6 +13,9 @@ .TP .B --collect collect albums in xml file +.TP +.B --pattern +use pattern for locating files .SH AUTHOR More information about ConTeXt and the tools that come with it can be found at: diff --git a/doc/context/scripts/mkiv/mtx-flac.xml b/doc/context/scripts/mkiv/mtx-flac.xml index bd5fc9bc9..00af3d807 100644 --- a/doc/context/scripts/mkiv/mtx-flac.xml +++ b/doc/context/scripts/mkiv/mtx-flac.xml @@ -9,6 +9,7 @@ <category name="basic"> <subcategory> <flag name="collect"><short>collect albums in xml file</short></flag> + <flag name="pattern"><short>use pattern for locating files</short></flag> </subcategory> </category> </flags> |