diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-06-08 20:39:19 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-06-08 20:39:19 +0200 |
commit | 8c0a3f520d195ebe1c0f2ae06ecf8abeb915eec7 (patch) | |
tree | 57e47071315fee9ec63964b89eacd9a56bff3d64 /doc | |
parent | 9160707731bd822be1cf9dc4001e44cb4e5d4929 (diff) | |
download | context-8c0a3f520d195ebe1c0f2ae06ecf8abeb915eec7.tar.gz |
2014-06-06 23:54:00
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/scripts/mkiv/mtx-check.html | 2 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-check.man | 2 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-check.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/context/scripts/mkiv/mtx-check.html b/doc/context/scripts/mkiv/mtx-check.html index bf1f7da13..0ebbe750f 100644 --- a/doc/context/scripts/mkiv/mtx-check.html +++ b/doc/context/scripts/mkiv/mtx-check.html @@ -39,7 +39,7 @@ <table> <tr><th style="width: 10em">flag</th><th style="width: 8em">value</th><th>description</th></tr> <tr><th/><td/><td/></tr> - <tr><th>--convert</th><td></td><td>check tex file for errors</td></tr> + <tr><th>--check</th><td></td><td>check tex file for errors</td></tr> </table> <br/> </div> diff --git a/doc/context/scripts/mkiv/mtx-check.man b/doc/context/scripts/mkiv/mtx-check.man index 3893081cb..153787d5c 100644 --- a/doc/context/scripts/mkiv/mtx-check.man +++ b/doc/context/scripts/mkiv/mtx-check.man @@ -11,7 +11,7 @@ .B Basic ConTeXt Syntax Checking .SH OPTIONS .TP -.B --convert +.B --check check tex file for errors .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-check.xml b/doc/context/scripts/mkiv/mtx-check.xml index a8dcb82fd..b1c516313 100644 --- a/doc/context/scripts/mkiv/mtx-check.xml +++ b/doc/context/scripts/mkiv/mtx-check.xml @@ -8,7 +8,7 @@ <flags> <category name="basic"> <subcategory> - <flag name="convert"><short>check tex file for errors</short></flag> + <flag name="check"><short>check tex file for errors</short></flag> </subcategory> </category> </flags> |