summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/help.h2
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",