diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-12-02 23:51:58 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-12-02 23:52:01 +0100 |
commit | 2ad0d24a32a8bb29bbc72ebab392031817e2cbce (patch) | |
tree | 55eb8fead83aec626dfd048580ce0641272006dd /src | |
parent | 1e158b164cdea1c70e144f305da28c797ec0f6d2 (diff) | |
download | luaotfload-2ad0d24a32a8bb29bbc72ebab392031817e2cbce.tar.gz |
[tool] fix path displayed in help message
This extends commit 78a1273715.. to the tool. Also fixes the wrong path
being issued to the formatter. Luckily, this is not a functional defect
since the path is used for display purposes only.
Diffstat (limited to 'src')
-rwxr-xr-x | src/luaotfload-tool.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua index ab495a9..69b6c97 100755 --- a/src/luaotfload-tool.lua +++ b/src/luaotfload-tool.lua @@ -296,7 +296,7 @@ local help_msg = function (version) luaotfload.self, names_gzip, names_bin, - caches.getwritablepath (config.luaotfload.cache_dir))) + caches.getwritablepath (config.luaotfload.paths.cache_dir, ""))) end local about = [[ |