diff options
Diffstat (limited to 'Master/bin/amd64-kfreebsd/fmtutil')
-rwxr-xr-x | Master/bin/amd64-kfreebsd/fmtutil | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/bin/amd64-kfreebsd/fmtutil b/Master/bin/amd64-kfreebsd/fmtutil index d822e474cd9..a61004f30ea 100755 --- a/Master/bin/amd64-kfreebsd/fmtutil +++ b/Master/bin/amd64-kfreebsd/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) |