summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-22 00:45:05 +0000
committerNorbert Preining <preining@logic.at>2021-04-22 00:45:05 +0000
commit87ecd32bba15715047c0d5390c30ec25dc0dc9ed (patch)
tree05230afeacfca23d0faf8c1b70e7bea41f8c3d83
parent0afb62fa90001586852e8c8264a8159ed0539218 (diff)
fmtutil: help output in alphabetic order
git-svn-id: svn://tug.org/texlive/trunk@58952 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/fmtutil.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/fmtutil.pl b/Master/texmf-dist/scripts/texlive/fmtutil.pl
index 6b842e04e36..5a951527ef6 100755
--- a/Master/texmf-dist/scripts/texlive/fmtutil.pl
+++ b/Master/texmf-dist/scripts/texlive/fmtutil.pl
@@ -118,6 +118,7 @@ our @cmdline_options = ( # in same order as help message
"sys",
"user",
"cnffile=s@",
+ "dry-run=n",
"fmtdir=s",
"no-engine-subdir",
"no-error-if-no-engine=s",
@@ -127,7 +128,6 @@ our @cmdline_options = ( # in same order as help message
"refresh",
"strict!",
"quiet|silent|q",
- "dry-run=n",
"catcfg",
"dolinks",
"force",
@@ -1345,6 +1345,7 @@ Options:
--cnffile FILE read FILE instead of fmtutil.cnf
(can be given multiple times, in which case
all the files are used)
+ --dry-run | -n don't actually build formts
--fmtdir DIR write formats under DIR instead of TEXMF[SYS]VAR
--no-engine-subdir don't use engine-specific subdir of the fmtdir
--no-error-if-no-format exit successfully if no format is selected
@@ -1356,7 +1357,6 @@ Options:
--recorder pass the -recorder option and save .fls files
--refresh recreate only existing format files
--quiet be silent
- --dry-run | -n don't actually build formts
--catcfg (does nothing, exists for compatibility)
--dolinks (does nothing, exists for compatibility)
--force (does nothing, exists for compatibility)