diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-23 17:11:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-23 17:11:25 +0000 |
commit | 403524ac1e22776e51e3b093bd33bd617e3bc88e (patch) | |
tree | 352cf0ec4e7096acb5afef6107d035972c0592a8 /Master/bin/universal-darwin/mktexlsr | |
parent | bdf02975c90511ea5dbf88a4868e9175ff780def (diff) |
propagate help msg changes to architectures
git-svn-id: svn://tug.org/texlive/trunk@14403 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/universal-darwin/mktexlsr')
-rwxr-xr-x | Master/bin/universal-darwin/mktexlsr | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/bin/universal-darwin/mktexlsr b/Master/bin/universal-darwin/mktexlsr index 2c4ac96f3dd..77aa99e0042 100755 --- a/Master/bin/universal-darwin/mktexlsr +++ b/Master/bin/universal-darwin/mktexlsr @@ -11,13 +11,14 @@ # <te@dbs.uni-hannover.de>, Okt., 1994. # Public domain. -version='$Id: mktexlsr 9164 2008-07-02 17:42:11Z karl $' +version='$Id: mktexlsr 14402 2009-07-23 17:09:15Z karl $' progname=`echo $0 | sed 's%.*/%%'` -usage="Usage: $progname [DIR]... +usage="Usage: $progname [OPTION]... [DIR]... -Rebuild ls-R filename databases. If one or more arguments DIRS are -given, these are used as the directories in which to build ls-R. Else -all directories in the search path for ls-R files (\$TEXMFDBS) are used. +Rebuild ls-R filename databases used by TeX. If one or more arguments +DIRS are given, these are used as the directories in which to build +ls-R. Else all directories in the search path for ls-R files +(\$TEXMFDBS) are used. Options: --dry-run do not actually update anything @@ -29,6 +30,9 @@ Options: If standard input is a terminal, --verbose is on by default. +For more information, see the ‘Filename database’ section of +Kpathsea manual available at http://tug.org/kpathsea. + Report bugs to tex-k@tug.org. " |