summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/fmtutil.pl10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/texlive/fmtutil.pl b/Master/texmf-dist/scripts/texlive/fmtutil.pl
index 6f817bec2b5..e0c29ab0ae0 100755
--- a/Master/texmf-dist/scripts/texlive/fmtutil.pl
+++ b/Master/texmf-dist/scripts/texlive/fmtutil.pl
@@ -717,7 +717,8 @@ sub callback_enable_disable_format {
my @engs = keys %{$alldata->{'merged'}{$fmt}};
if (($#engs > 0) || ($#engs == -1)) {
print_warning("More engines given for format $fmt.\n");
- print_warning("Please specify one of the engines: @engs\n");
+ print_warning("Possible engines: @engs\n");
+ print_warning("Please select one by passing in $fmt/ENGINE\n");
print_warning("No changes done.\n");
return 0;
} else {
@@ -1169,8 +1170,11 @@ Commands:
--byengine ENGINENAME (re)create formats using ENGINENAME
--byfmt FORMATNAME (re)create format for FORMATNAME
--byhyphen HYPHENFILE (re)create formats that depend on HYPHENFILE
- --enablefmt FORMATNAME enable formatname in config file
- --disablefmt FORMATNAME disable formatname in config file
+ --enablefmt FORMATNAME[/ENGINE] enable formatname in config file
+ --disablefmt FORMATNAME[/ENGINE] disable formatname in config file
+ If more formats share the same name but have
+ different engines, the ENGINE parameter is
+ obligatory.
--listcfg list (enabled and disabled) configurations,
filtered to available formats
--catcfg output the content of the config file