diff options
Diffstat (limited to 'Build/source/texk/tetex/texlinks')
-rwxr-xr-x | Build/source/texk/tetex/texlinks | 37 |
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) |