diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2019-01-19 22:48:54 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2019-01-19 22:48:54 +0000 |
commit | 0dce13740fac0cb2fe8351763cce9d32a88a6235 (patch) | |
tree | f060006adc1df5e9fb1d738bdefd54ff9431187f /Build | |
parent | 136f86a2207a052a2facf6c9aff3dd93ebfe2106 (diff) |
Fix CTWILL '--help' text.
git-svn-id: svn://tug.org/texlive/trunk@49763 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/help.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 24943d1108c..6dec8c63714 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2019-01-19 Andreas Scherer <https://ascherer.github.io> + + * help.h: Fix CTWILL '--help' text. + 2019-01-15 Andreas Scherer <https://ascherer.github.io> * cwebboot.cin: Provisional 'bindtextdomain' lookup in TDS. diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index 52ad70d9084..b2a61fd6a33 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -110,7 +110,7 @@ const_string CTWILLHELP[] = { "-i suppress indentation of parameter declarations", "-o suppress separation of declarations and statements", "-x omit indices, section names, table of contents", - "+P \\input proofmac.tex instead of ctwimac.tex", + "+P \\input ctproofmac.tex instead of ctwimac.tex", "+/-lX use macros for language X as of Xct{wi|proof}mac.tex", "+s print usage statistics", "--help display this help and exit", |