diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-11 13:15:56 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-11 13:15:56 +0200 |
commit | 05d35df82bc90d04445116c383dcdbaff5bfd794 (patch) | |
tree | fc4ea13578822f9d69d4b59f8e78a98b0a746e77 | |
parent | c605e2ed0b7d9e91cd9ebfd47adad6ebf99ef6e0 (diff) | |
download | luaotfload-05d35df82bc90d04445116c383dcdbaff5bfd794.tar.gz |
update manpage
-rw-r--r-- | luaotfload-tool.rst | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 6fc6138..7cac359 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -21,7 +21,9 @@ SYNOPSIS **luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ] -**luaotfload** --flush-cache +**luaotfload** --flush-lookups + +**luaotfload** --cache=DIRECTIVE **luaotfload** --list=CRITERION[:VALUE] [ --fields=F1,F2,...,Fn ] @@ -79,9 +81,17 @@ query mode printed. The default is *fullname,version*. (Only meaningful with ``--list``.) -lookup cache +font and lookup caches ----------------------------------------------------------------------- ---flush-cache Clear font name lookup cache (experimental). +--flush-lookups Clear font name lookup cache (experimental). + +--cache=DIRECTIVE Cache control, where *DIRECTIVE* is one of the + following: + + 1) ``purge`` -> delete Lua files from cache; + 2) ``erase`` -> delete Lua and Luc files from + cache; + 3) ``show`` -> print stats. miscellaneous ----------------------------------------------------------------------- |