summaryrefslogtreecommitdiff
path: root/luaotfload-tool.rst
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-07-10 09:44:59 -0700
committerPhilipp Gesang <phg42.2a@gmail.com>2013-07-10 09:44:59 -0700
commit36abb3e8cf8d2d24bf5cfb770cdba2731de655c5 (patch)
tree91b5dc821ed404eb9618ae69f0a8d5481326aa46 /luaotfload-tool.rst
parent9bb68613ca57d6486906317f0b5f832ea4deceea (diff)
parentc005b2dc2c002b970536ae3acf9532e1f673b478 (diff)
downloadluaotfload-36abb3e8cf8d2d24bf5cfb770cdba2731de655c5.tar.gz
Merge pull request #110 from phi-gamma/master
v2.3a
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r--luaotfload-tool.rst37
1 files changed, 24 insertions, 13 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst
index 31a1010..e81aa8d 100644
--- a/luaotfload-tool.rst
+++ b/luaotfload-tool.rst
@@ -6,32 +6,34 @@
generate and query the Luaotfload font names database
-----------------------------------------------------------------------
-:Date: 2013-06-02
+:Date: 2013-07-10
:Copyright: GPL v2.0
-:Version: 2.3
+:Version: 2.3a
:Manual section: 1
:Manual group: text processing
SYNOPSIS
=======================================================================
-**luaotfload** [ -bDcfFiIpquvVwh ]
+**luaotfload-tool** [ -bDcfFiIpquvVwh ]
-**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ]
+**luaotfload-tool** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ]
-**luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ] [ --inspect ]
+**luaotfload-tool** --find=FONTNAME [ --fuzzy ] [ --info ] [ --inspect ]
-**luaotfload** --flush-lookups
+**luaotfload-tool** --flush-lookups
-**luaotfload** --cache=DIRECTIVE
+**luaotfload-tool** --cache=DIRECTIVE
-**luaotfload** --list=CRITERION[:VALUE] [ --fields=F1,F2,...,Fn ]
+**luaotfload-tool** --list=CRITERION[:VALUE] [ --fields=F1,F2,...,Fn ]
-**luaotfload** --help
+**luaotfload-tool** --help
-**luaotfload** --version
+**luaotfload-tool** --version
-**luaotfload** --show-blacklist
+**luaotfload-tool** --show-blacklist
+
+**luaotfload-tool** --diagnose=CHECK
DESCRIPTION
=======================================================================
@@ -43,8 +45,6 @@ the *Luaotfload* package. There are two general modes: **update** and
+ **update**: update the database or rebuild it entirely;
+ **query**: resolve a font name or display close matches.
-A third mode for clearing the lookup cache is currently experimental.
-
Note that if the script is named ``mkluatexfontdb`` it will behave like
earlier versions (<=1.3) and always update the database first. Also,
the verbosity level will be set to 2.
@@ -128,6 +128,17 @@ miscellaneous
--version, -V Show version number and exit.
--help, -h Show help message and exit.
+--diagnose=CHECK Run the diagnostic procedure *CHECK*. Available
+ procedures are:
+
+ 1) ``files`` -> check *Luaotfload* files for
+ modifications;
+ 2) ``permissions`` -> check permissions of
+ cache directories and files;
+ 3) ``repository`` -> check the git repository
+ for new releases.
+
+ Specify ``thorough`` to run all checks.
FILES
=======================================================================