summaryrefslogtreecommitdiff
path: root/src/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-03-30 12:50:38 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-03-30 12:50:38 +0200
commit60478137d15bec36b66276a4bfbfe0f1b1f20269 (patch)
tree74754562772599afb770afab284426e2e058fbf0 /src/luaotfload-tool.lua
parent1d53adbda253158348c4e921357114140a54c127 (diff)
downloadluaotfload-60478137d15bec36b66276a4bfbfe0f1b1f20269.tar.gz
[tool] update usage and help messages to include bisection
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-xsrc/luaotfload-tool.lua6
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.
]]