diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-11 14:28:21 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-11 14:28:21 +0200 |
commit | 28a03ec49374e58c5538c07069f2f780a0ec7965 (patch) | |
tree | bdde7feb0f09eff21ee9ac4177eb20d520ac6790 | |
parent | 2f5da31926b15ba663a65335fd17e8970eb7b49d (diff) | |
download | luaotfload-28a03ec49374e58c5538c07069f2f780a0ec7965.tar.gz |
Fixing issues #49 and #52
-rwxr-xr-x | mkluatexfontdb.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index 553332d..62e15f3 100755 --- a/mkluatexfontdb.lua +++ b/mkluatexfontdb.lua @@ -33,9 +33,9 @@ Valid options: -V --version print version and exit -h --help print this message -The output database file is named otfl-fonts.lua and is placed under: +The output database file is named otfl-names.lua and is placed under: - %s" + %s ]], name, names.path.localdir)) end |