diff options
author | Hans Hagen <pragma@wxs.nl> | 2011-01-14 14:44:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2011-01-14 14:44:00 +0100 |
commit | 4f903253161d4f14a4d880c75803766aba620005 (patch) | |
tree | cb290e6cf3916e5d8e300ba52c3e4aa77e9bbb23 /scripts | |
parent | 237091b7a4e3a7e2e6601cfe246dac4b4b1ff988 (diff) | |
download | context-4f903253161d4f14a4d880c75803766aba620005.tar.gz |
beta 2011.01.14 14:44
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-patterns.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/context/lua/mtx-patterns.lua b/scripts/context/lua/mtx-patterns.lua index 37d8314c5..0ea5d808d 100644 --- a/scripts/context/lua/mtx-patterns.lua +++ b/scripts/context/lua/mtx-patterns.lua @@ -474,6 +474,14 @@ messages.help = [[ --check check pattern file (or those used by context when no file given) --path source path where hyph-foo.tex files are stored --destination destination path + +examples of usage: + +mtxrun --script pattern --check hyph-*.tex +mtxrun --script pattern --check --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns +mtxrun --script pattern --convert --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex --destination=e:/tmp/patterns +mtxrun --script pattern --convert --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/txt --destination=e:/tmp/patterns + ]] if environment.argument("check") then |