summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-07-13 15:28:09 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-07-21 12:17:32 +0200
commitb66925c26188075d843f7661f8d0a21eeb37ec22 (patch)
treed38f0a263501d4aa4044784f1d7e7105281f5ae2 /docs/index.html
parent25f6ad32704b80b7af510fe8c23ee640f3355850 (diff)
downloadmupdf-b66925c26188075d843f7661f8d0a21eeb37ec22.tar.xz
Add 'mutool trace' command.
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 314578f3..f91906d4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -61,7 +61,7 @@ The iOS viewer is available on the <a href="https://itunes.apple.com/us/app/mupd
The command line tools are all gathered into one umbrella command: mutool.
<p>
-For rendering and converting documents there are two commands available:
+For rendering and converting documents there are three commands available:
<dl>
<dt><a href="manual-mutool-draw.html">mutool draw</a>
@@ -69,6 +69,8 @@ For rendering and converting documents there are two commands available:
It is primarily used for rendering a document to image files.
<dt><a href="manual-mutool-convert.html">mutool convert</a>
<dd>This tool is used for converting documents into other formats, and is easier to use.
+<dt><a href="manual-mutool-trace.html">mutool trace</a>
+<dd>This is a debugging tool used for printing a trace of the graphics device calls on a page.
</dl>
<p>