diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-03-30 12:53:06 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-03-30 12:53:06 +0200 |
commit | 4cfc73bd1bab8a51da618119e1e24dae3d7ccf1a (patch) | |
tree | 74754562772599afb770afab284426e2e058fbf0 /src/luaotfload-tool.lua | |
parent | cfde02f4d2a24ca55b40cc6a3ad05fc38a429a7a (diff) | |
parent | 60478137d15bec36b66276a4bfbfe0f1b1f20269 (diff) | |
download | luaotfload-4cfc73bd1bab8a51da618119e1e24dae3d7ccf1a.tar.gz |
Merge pull request #211 from phi-gamma/texlive2014
update documentation
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-x | src/luaotfload-tool.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua index 41e61f2..1923040 100755 --- a/src/luaotfload-tool.lua +++ b/src/luaotfload-tool.lua @@ -222,6 +222,10 @@ Usage: %s [OPTIONS...] --fields=<f1>,<f2>,…,<fn> which fields <f> to print with --list -b --show-blacklist show blacklisted files + --bisect=<directive> control database bisection: valid + directives are "start", "stop", "run", "status", + "good", "bad" + The font database will be saved to %s %s @@ -249,6 +253,8 @@ Usage: luaotfload-tool [--help] [--version] [--verbose=<lvl>] [--list=<criterion>] [--fields=<field list>] [--cache=<directive>] [--flush-lookups] [--show-blacklist] [--diagnose=<procedure>] + [--no-compress] [--no-strip] [--local] + [--max-fonts=<n>] [--bisect=<directive>] Enter 'luaotfload-tool --help' for a larger list of options. ]] |