diff options
author | Marius <mariausol@gmail.com> | 2012-11-28 00:00:13 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-11-28 00:00:13 +0200 |
commit | 20cc4cdb29f371917fc6100ee07dada22187e260 (patch) | |
tree | 3a48fb24150cb3d6be1d7551e089a638e4b6c565 /scripts | |
parent | d6a644d5e4a6689051cabe2352c28458e2fc7a99 (diff) | |
download | context-20cc4cdb29f371917fc6100ee07dada22187e260.tar.gz |
beta 2012.11.27 22:26
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-fonts.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-fonts.lua b/scripts/context/lua/mtx-fonts.lua index 31ee18ce9..0f4e441ec 100644 --- a/scripts/context/lua/mtx-fonts.lua +++ b/scripts/context/lua/mtx-fonts.lua @@ -19,7 +19,7 @@ local helpinfo = [[ --pattern=str filter files using pattern --filter=list key-value pairs ---all show all found instances +--all show all found instances (combined with other flags) --info give more details --track=list enable trackers --statistics some info about the database @@ -38,7 +38,9 @@ mtxrun --script font --list --spec --filter="fontname=somename" mtxrun --script font --list --spec --filter="familyname=somename,weight=bold,style=italic,width=condensed" mtxrun --script font --list --spec --filter="familyname=crap*,weight=bold,style=italic" +mtxrun --script font --list --all mtxrun --script font --list --file somename +mtxrun --script font --list --file --all somename mtxrun --script font --list --file --pattern=*somename* ]] |