diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-24 22:35:01 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-24 22:35:01 +0200 |
commit | 1df81cbdd55a0e40b4f8c7ee9e4a6d836a6d8562 (patch) | |
tree | d297217a0d2791350b05fe687ef1ceaae93ff157 /doc/luaotfload.conf.rst | |
parent | eb9d41d52ea5168284472a7290bce7a579ba1794 (diff) | |
download | luaotfload-1df81cbdd55a0e40b4f8c7ee9e4a6d836a6d8562.tar.gz |
[doc] document the --conf and --dumpconf options
Diffstat (limited to 'doc/luaotfload.conf.rst')
-rw-r--r-- | doc/luaotfload.conf.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst index 774095b..b0d19d9 100644 --- a/doc/luaotfload.conf.rst +++ b/doc/luaotfload.conf.rst @@ -55,7 +55,14 @@ along with lots of other information. To observe the difference in behavior, save above snippet to ``./luaotfload.conf`` and update the font index: :: - luaotfload --update --force + luaotfload-tool --update --force + +The current configuration can be written to disk using +**luaotfload-tool**: :: + + luaotfload-tool --dumpconf > luaotfload.conf + +The result can itself be used as a configuration file. SYNTAX |