diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-09 22:16:50 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-09 22:16:50 +0200 |
commit | d1b62959c82872f3570f2335628a71363fd1e337 (patch) | |
tree | cb8585b141c1e7d0dbdc52c38de1a4856dbadf3f /luaotfload-tool.rst | |
parent | 3e35c3298e7b712c81704df74145754baf1a32df (diff) | |
download | luaotfload-d1b62959c82872f3570f2335628a71363fd1e337.tar.gz |
fix script name in manpage
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 05daa6a..27e0069 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -15,25 +15,25 @@ 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** --diagnose=CHECK +**luaotfload-tool** --diagnose=CHECK DESCRIPTION ======================================================================= |