diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-11 14:10:56 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-11 14:10:56 +0200 |
commit | 3c7d3b4817ea273b48f15e556c5978765a7b981d (patch) | |
tree | 11e4832f378c3d5d716b0747739205bb2e752dde /luaotfload-tool.rst | |
parent | 7b1ed699d2d798b693413f9dcc8bd7dde73f839c (diff) | |
download | luaotfload-3c7d3b4817ea273b48f15e556c5978765a7b981d.tar.gz |
implement ``--dry-run`` for filesystem tracing
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 7cac359..9ea267b 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -17,7 +17,7 @@ SYNOPSIS **luaotfload** [ -cfFiquvVh ] -**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] +**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] [ --dry-run ] **luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ] @@ -55,6 +55,8 @@ update mode --update, -u Update the database; indexes new fonts. --force, -f Force rebuilding of the database; re-indexes all fonts. +--dry-run, -D Don’t load fonts, scan directories only. + (For debugging file system related issues.) query mode ----------------------------------------------------------------------- |