summaryrefslogtreecommitdiff
path: root/Master/bin/i386-freebsd/fmtutil
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-18 23:41:33 +0000
committerKarl Berry <karl@freefriends.org>2010-06-18 23:41:33 +0000
commit581ac485da5534ca4e18167701dc0cd40a35a9fa (patch)
tree9b0e8da61a6a7e38142b9d04faa5b4cfdbd35a5a /Master/bin/i386-freebsd/fmtutil
parent5a7afe81bee328e80159360453149a7c91a7d51f (diff)
*-freebsd 20100616 (nlecic)
git-svn-id: svn://tug.org/texlive/trunk@19050 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-freebsd/fmtutil')
-rwxr-xr-xMaster/bin/i386-freebsd/fmtutil11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/bin/i386-freebsd/fmtutil b/Master/bin/i386-freebsd/fmtutil
index 2aa8c3a0643..7465b9680a2 100755
--- a/Master/bin/i386-freebsd/fmtutil
+++ b/Master/bin/i386-freebsd/fmtutil
@@ -59,7 +59,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=fmtutil
argv0=$0
-version='$Id: fmtutil 18913 2010-06-12 16:17:53Z karl $'
+version='$Id: fmtutil 18938 2010-06-13 18:05:48Z karl $'
cnf=fmtutil.cnf # name of the config file
export PATH
@@ -126,8 +126,10 @@ Valid commands for fmtutil:
--version show version info
--help show this message
-The config file is named fmtutil.cnf, and
+The default config file is named fmtutil.cnf, and
running kpsewhich fmtutil.cnf should show the active file.
+The command kpsewhich --engine=/ --all foo.fmt should show the
+locations of any and all foo.fmt files.
For more information about fmt generation in TeX Live, try
tlmgr --help or see http://tug.org/texlive/doc/tlmgr.html.
@@ -488,12 +490,13 @@ main()
--test|--dolinks|--force)
;;
"") break;;
- *) abort "unknown option \`$1'. Try $progname --help for help";;
+ *) abort "unknown option \`$1'; try $progname --help if you need it";;
esac
do test $# -gt 0 && shift; done
case "$cmd" in
- help|"") help;;
+ "") abort "missing command; try $progname --help if you need it";;
+ help) help;;
version) version;;
esac