diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-11-27 22:26:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-11-27 22:26:00 +0100 |
commit | 39d7810419a445f0e4fbca24107e9399909320f6 (patch) | |
tree | d98ea006218c2e20bb5cdd67fb25a1fef181521a /scripts | |
parent | b631755b8a94ec171a195eb02f23b6f7a7be2024 (diff) | |
download | context-39d7810419a445f0e4fbca24107e9399909320f6.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* ]] |