diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-03 22:48:03 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-03 22:48:03 +0200 |
commit | c1ce4dbe0869e6b276908232afc3336b67f69a78 (patch) | |
tree | ae5795e28fa7105d80276175f1c7830395ad1d4c /luaotfload-tool.rst | |
parent | 358258ab83d2bc0d9d8ad141427c7df989425c90 (diff) | |
download | luaotfload-c1ce4dbe0869e6b276908232afc3336b67f69a78.tar.gz |
[meta] update NEWS
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 4bbabfd..03ff407 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -93,6 +93,9 @@ query mode --find=NAME Resolve a font name; this looks up <name> in the database and prints the file name it is mapped to. + ``--find`` also understands request syntax, + i.e. ``--find=file:foo.otf`` checks whether + ``foo.otf`` is indexed. --fuzzy, -F Show approximate matches to the file name if the lookup was unsuccessful (requires ``--find``). |