diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-17 01:19:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-17 01:19:27 +0000 |
commit | 8e0605eedd66a39088ea1e55cadf9743a3df221c (patch) | |
tree | 1a8c096e5ab32f59922cdf76988dfc27dfa70e10 /Build/source/texk/tetex/fmtutil | |
parent | e9c556bc3eb6743c9de6bd8cd63b56a55b029519 (diff) |
tweak help msgs
git-svn-id: svn://tug.org/texlive/trunk@16755 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/fmtutil')
-rwxr-xr-x | Build/source/texk/tetex/fmtutil | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/tetex/fmtutil b/Build/source/texk/tetex/fmtutil index 3a9159d9f9e..4c9b8f2eebe 100755 --- a/Build/source/texk/tetex/fmtutil +++ b/Build/source/texk/tetex/fmtutil @@ -1,6 +1,7 @@ #!/bin/sh # fmtutil - utility to maintain format files. # Public domain. Originally written by Thomas Esser. +# Run with --help for usage. # program history: # further changes in texk/tetex/ChangeLog. @@ -58,7 +59,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' progname=fmtutil argv0=$0 -version=20091223.1047 +version='$Id$' cnf=fmtutil.cnf # name of the config file export PATH @@ -82,11 +83,11 @@ cleanup() ############################################################################### help() { - cat <<'eof' + cat <<eof +$version Usage: fmtutil [OPTION]... CMD [ARG]... -Rebuild, manage, and otherwise manipulate TeX formats (and Metafont -bases and MetaPost mems). +Rebuild and manage TeX formats (and Metafont bases and MetaPost mems). Valid options: --cnffile FILE @@ -116,6 +117,8 @@ Valid commands: The config file is named fmtutil.cnf, and running kpsewhich fmtutil.cnf should show the active file. + +Report bugs to <tex-k@tug.org>. eof cleanup 0 } |