diff options
author | Norbert Preining <norbert@preining.info> | 2021-04-18 08:44:01 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-05-09 10:58:51 +0900 |
commit | 266f78d826e2561cd2666bf21199601c17f8206a (patch) | |
tree | 5af82350d955349b043287631f05ef5d140bface | |
parent | 22af6da400a60741273c822dfd129a086f199d9f (diff) |
fmtutil: help output in alphabetic order
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/fmtutil.pl | 4 |
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) |