summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/help.h
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2022-04-04 15:34:28 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2022-04-04 15:34:28 +0000
commitfaf2b1f50f1d5ed2f6a34d913859907b3565a7a1 (patch)
treef4144c7a5279f83fd2a0940c0b7e82356efd9ff3 /Build/source/texk/web2c/help.h
parent2ce6cae309475dafb8b34c940e8b28115946a20f (diff)
[WEB] TWILL has a third file argument, too.
git-svn-id: svn://tug.org/texlive/trunk@62898 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r--Build/source/texk/web2c/help.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index 821b00899d9..ce384d77939 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -645,10 +645,12 @@ const_string WEAVEHELP[] = {
#ifdef TWILL
const_string TWILLHELP[] = {
- "Usage: twill [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]",
+ "Usage: twill [OPTION] WEBFILE[.web] [{CHANGEFILE[.ch]|-} [OUTFILE[.tex]]]",
" Weave WEBFILE with CHANGEFILE into a TeX document with mini-indexes.",
" Default CHANGEFILE is " DEV_NULL ";",
- " TeX output goes to the basename of WEBFILE extended with `.tex'.",
+ " TeX output goes to the basename of WEBFILE extended with `.tex',",
+ " unless otherwise specified by OUTFILE;",
+ " in this case, '-' specifies a null CHANGEFILE.",
"",
"-x omit cross-reference information",
"-help display this help and exit",