diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-05 15:58:15 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-05 15:58:15 +0100 |
commit | 711249d64487c3a0bde0ba510e11dbf46ebfb3cb (patch) | |
tree | d7362489a802c651ba8277be46136eaebd60fb33 | |
parent | 80747ab46772d786b2adf066cd2db0ede11457bb (diff) | |
download | luaotfload-711249d64487c3a0bde0ba510e11dbf46ebfb3cb.tar.gz |
[man] update info regarding --fields
-rw-r--r-- | luaotfload-tool.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 4ccc1dd..d123e04 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -127,7 +127,12 @@ query mode matches ``value``. --fields=FIELDS Comma-separated list of fields that should be - printed. The default is *fullname,version*. + printed. + Subfields of a record can be addressed using + the ``->`` separator, e. g. + ``file->location``, ``style->units_per_em``, + or ``names->sanitized->english->subfamily``. + The default is *names->fullname,version*. (Only meaningful with ``--list``.) font and lookup caches |