diff options
author | Norbert Preining <preining@logic.at> | 2010-07-04 12:27:16 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-07-04 12:27:16 +0000 |
commit | ea6aa8ed9ddfe75f76b6bf23e5b8737230be98e7 (patch) | |
tree | b164a2ede6d9677261aa64c45d5299c0f4030395 /Master/bin/i386-netbsd | |
parent | 0443fcbb8b9795e9ec770fd00d6294176358156b (diff) |
fix fmtutil help line for --no-error-if-no-format
git-svn-id: svn://tug.org/texlive/trunk@19226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-netbsd')
-rwxr-xr-x | Master/bin/i386-netbsd/fmtutil | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/bin/i386-netbsd/fmtutil b/Master/bin/i386-netbsd/fmtutil index d822e474cd9..a61004f30ea 100755 --- a/Master/bin/i386-netbsd/fmtutil +++ b/Master/bin/i386-netbsd/fmtutil @@ -59,7 +59,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' progname=fmtutil argv0=$0 -version='$Id: fmtutil 19222 2010-07-04 12:21:30Z preining $' +version='$Id: fmtutil 19225 2010-07-04 12:26:44Z preining $' cnf=fmtutil.cnf # name of the config file export PATH @@ -104,8 +104,7 @@ Optional behavior: --cnffile FILE read FILE instead of fmtutil.cnf. --fmtdir DIRECTORY --no-engine-subdir don't use engine-specific subdir of the fmtdir - --no-error-if-no-format do not exit with error code on some format - related errors + --no-error-if-no-format exit successfully if no format is selected --quiet be silent --test (not implemented, just for compatibility) --dolinks (not implemented, just for compatibility) |