summaryrefslogtreecommitdiff
path: root/Build/source/texk/tetex/texlinks
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-12 00:08:11 +0000
committerKarl Berry <karl@freefriends.org>2007-10-12 00:08:11 +0000
commitcc31570bff2fa445637a082e54fe15777db9cf1c (patch)
treea3ca45e74c0e822511c4de13df20fe64e39c8ed9 /Build/source/texk/tetex/texlinks
parentbd110120a6078732e0a1f71b4c29e865364ff539 (diff)
reformat help msg.
git-svn-id: svn://tug.org/texlive/trunk@5167 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/texlinks')
-rwxr-xr-xBuild/source/texk/tetex/texlinks37
1 files changed, 16 insertions, 21 deletions
diff --git a/Build/source/texk/tetex/texlinks b/Build/source/texk/tetex/texlinks
index 3a06f095707..bfe1b75db16 100755
--- a/Build/source/texk/tetex/texlinks
+++ b/Build/source/texk/tetex/texlinks
@@ -42,31 +42,26 @@ version=1192147136 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
progname=texlinks
-usage='texlinks [options] [directories]
+usage='Usage: texlinks [OPTION]... [DIRECTORY]...
Create symbolic links format -> engine according to fmtutil setup.
-Valid options:
- --help
- -h show this help text
- --version show version string
- --cnffile file
- -f file use file as config file (default: fmtutil.cnf)
- --verbose
- -v set verbose mode on (default: off)
- --multiplatform
- -m operate in all platform specific directories
+Mandatory arguments to long options are mandatory for short options too.
+ -h, --help show this help text
+ --version show version string
+ -f, --cnffile FILE use FILE as config file (default: fmtutil.cnf)
+ -v, --verbose enable verbose messages (default: off)
+ -m, --multiplatform operate in all platform specific directories
(default: operate only in directory for this platform)
- --silent
- -s silently skip over existing scripts / binaries
- instead of creating a warning
- --unlink Delete symlinks created by texlinks
- -u
-
-directories is an optional list of directories in which to operate.
-If no directories are specified the list of directories depends on the
---multiplatform option.
-'
+ -s, --silent silently skip existing scripts / binaries
+ (default: issue warning)
+ -u, --unlink remove symlinks created by texlinks
+
+The DIRECTORY arguments are an optional list of directories in which to
+operate. If no directories are specified the list of directories
+depends on the --multiplatform option.
+
+Report bugs to tex-k@tug.org.'
###############################################################################
# abort(errmsg)