From 2ad0d24a32a8bb29bbc72ebab392031817e2cbce Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 2 Dec 2015 23:51:58 +0100 Subject: [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. --- src/luaotfload-tool.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [[ -- cgit v1.2.3