diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-09 13:59:25 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-09 13:59:25 +0100 |
commit | 73ab3c0ae57a4918b6149ae862fc3a24c7651190 (patch) | |
tree | 9a3785d45c60f3946d260184b9f6ce3786205f54 | |
parent | 2c73e4165909bc0d82cc62a9031bd687a5e000b6 (diff) | |
download | luaotfload-73ab3c0ae57a4918b6149ae862fc3a24c7651190.tar.gz |
[doc] update manpage paragraph about --log
-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. |