diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-09 16:57:00 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-09 16:57:00 +0100 |
commit | c148347cb5c2c6cd3b58ac9daaad751500e190fd (patch) | |
tree | 9a54c17e9a1730aeb65453f27f010c4f8d57171f /luaotfload-tool.rst | |
parent | 72692325b88bda53a115e62c66b321253297533b (diff) | |
parent | 2c6feb979da6435bb9f6636a46be576f688f7f78 (diff) | |
download | luaotfload-c148347cb5c2c6cd3b58ac9daaad751500e190fd.tar.gz |
Merge pull request #192 from phi-gamma/texlive2014
overhaul of the logging subsystem
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 2ac206f..6863918 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -188,10 +188,10 @@ miscellaneous troubleshooting), where *CHANNEL* can be 1) ``stdout`` -> all output will be - dumped to the terminal; or + dumped to the terminal (default); or 2) ``file`` -> write to a file to the temporary directory (the name will be chosen - automatically (**experimental!**). + automatically. --version, -V Show version numbers of components as well as some basic information and exit. |