diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-01 16:27:45 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-01 16:27:45 +0200 |
commit | 898fa8861c06b41acd946a1de35a13c64e26d22c (patch) | |
tree | b548800d77f100c19c4a26132d7a3f7f610b6add /luaotfload-tool.lua | |
parent | c3e5006283891b494871128613a13ab40f8efc9a (diff) | |
download | luaotfload-898fa8861c06b41acd946a1de35a13c64e26d22c.tar.gz |
[diagnose] add diagnostics for font index
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index b5c7976..3bec847 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -199,7 +199,8 @@ This tool is part of the luaotfload package. Valid options are: -V --version print version and exit -h --help print this message --diagnose=CHECK run a self test procedure; one of "files", - "permissions", or "repository" + "environment", "index", "permissions", or + "repository" --alias=<name> force behavior of "luaotfload-tool" or legacy "mkluatexfontdb" |