diff options
| author | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-10 21:43:10 +0200 | 
|---|---|---|
| committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-10 21:43:10 +0200 | 
| commit | 2a19de409f271cac9b06486e4cb4736251828c7e (patch) | |
| tree | 846df516cd3e83bfe293a92047b167c08005761e | |
| parent | ae40307d8741cd1d374c26eba8c27c824b20e963 (diff) | |
| download | luaotfload-2a19de409f271cac9b06486e4cb4736251828c7e.tar.gz | |
Cosmetics
| -rw-r--r-- | mkluatexfontdb.lua | 24 | 
1 files changed, 12 insertions, 12 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index 41c928b..5c04691 100644 --- a/mkluatexfontdb.lua +++ b/mkluatexfontdb.lua @@ -45,18 +45,18 @@ Usage: %s [OPTION]...  Rebuild the LuaTeX font database.  Valid options: -  -d --database-dir DIRECTORY       install the database in the specified directory -  -f --force                 force re-indexing all fonts -  -p --purge                 purge removed fonts -  -q --quiet                 don't output anything -  -v --verbose=LEVEL         be more verbose (print the searched directories) -  -vv                        print the loaded fonts -  -vvv                       print all steps of directory searching -  --fc-cache                 run fc-cache before updating database -  --sys                      install the database system-wide -                             (default is only for the current user) -  -V --version               print version and exit -  -h --help                  print this message +  -d --database-dir=DIRECTORY  install the database in the specified directory +  -f --force                   force re-indexing all fonts +  -p --purge                   purge removed fonts +  -q --quiet                   don't output anything +  -v --verbose=LEVEL           be more verbose (print the searched directories) +  -vv                          print the loaded fonts +  -vvv                         print all steps of directory searching +  --fc-cache                   run fc-cache before updating database +  --sys                        install the database system-wide +                               (default is only for the current user) +  -V --version                 print version and exit +  -h --help                    print this message  The output database file is named otfl-fonts.lua. By default it is placed  in TEXMFVAR/scripts/luatexfontdb/.  | 
