diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-15 15:52:31 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-15 15:52:31 +0100 |
commit | e16c57f7e33e0d1cf44c3b3f5bf425b24b5277ec (patch) | |
tree | 8e6269a0f673d948a10d9c5c703eec0c628ea96f /src/luaotfload-tool.lua | |
parent | aa016b9643a986dc1cf0bed24fbb07e302b5d0d8 (diff) | |
parent | bf21af737122e0c904f305b3213b91710bb93216 (diff) | |
download | luaotfload-e16c57f7e33e0d1cf44c3b3f5bf425b24b5277ec.tar.gz |
Merge pull request #201 from phi-gamma/texlive2014
kill dtx
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-x | src/luaotfload-tool.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua index f9b9b94..9e75944 100755 --- a/src/luaotfload-tool.lua +++ b/src/luaotfload-tool.lua @@ -193,6 +193,7 @@ Usage: %s [OPTIONS...] -n --no-reload suppress db update --no-strip keep redundant information in db -f --force force re-indexing all fonts + -L --local scan font files in $PWD -c --no-compress do not gzip index file (text version only) -l --flush-lookups empty lookup cache of font requests -D --dry-run skip loading of fonts, just scan @@ -236,7 +237,7 @@ update your scripts and/or habits! Kthxbye. ]], short = [[ Usage: luaotfload-tool [--help] [--version] [--verbose=<lvl>] - [--update] [--force] [--prefer-texmf] + [--update] [--force] [--prefer-texmf] [--local] [--dry-run] [--formats=<extension list>] [--find=<font name>] [--fuzzy] [--info] [--inspect] [--list=<criterion>] [--fields=<field list>] |