summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/help.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-06 23:19:16 +0000
committerKarl Berry <karl@freefriends.org>2019-01-06 23:19:16 +0000
commit976f2b9b61a086f8594f6bfe6dbea42faa56edb2 (patch)
tree9e620153df80a27b0304ae9827fa0f69a02191e0 /Build/source/texk/web2c/help.h
parentb109e3c47399f4fdfc7805b8f9168c7452f78e96 (diff)
cwebbin for cweb, from Andreas Scherer https://github.com/ascherer/cwebbin)
git-svn-id: svn://tug.org/texlive/trunk@49626 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r--Build/source/texk/web2c/help.h41
1 files changed, 34 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index ffde71c0b49..9e6da6a25e2 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -10,7 +10,7 @@
thing, the messages have a lot in common, so it's nice to have them
in one place.)
-Copyright 1995, 1996, 2009, 2011, 2012 Karl Berry.
+Copyright 1995, 1996, 2009, 2011-2019 Karl Berry.
Copyright 2008 Taco Hoekwater.
Copyright 2001, 2003, 2004 Olaf Weber.
@@ -56,9 +56,9 @@ const_string CTANGLEHELP[] = {
" unless otherwise specified by OUTFILE; in this case, '-' specifies",
" a null CHANGEFILE.",
"",
- "-b suppress banner line on terminal",
- "-h suppress success message on completion",
- "-p suppress progress report messages",
+ "+b print banner line on terminal",
+ "+h print success message on completion",
+ "+p print progress report messages",
"+s print usage statistics",
"--help display this help and exit",
"--version output version information and exit",
@@ -73,12 +73,39 @@ const_string CWEAVEHELP[] = {
" unless otherwise specified by OUTFILE; in this case, '-' specifies",
" a null CHANGEFILE.",
"",
- "-b suppress banner line on terminal",
+ "+b print banner line on terminal",
"-f do not force a newline after every C statement in output",
- "-h suppress success message on completion",
- "-p suppress progress report messages",
+ "+h print success message on completion",
+ "-i suppress indentation of parameter declarations",
+ "-o suppress separation of declarations and statements",
+ "+p print progress report messages",
"-x omit indices, section names, table of contents",
"+e enclose C material in \\PB{...}",
+ "+lX use macros for language X as of Xcwebmac.tex",
+ "+s print usage statistics",
+ "--help display this help and exit",
+ "--version output version information and exit",
+ NULL
+};
+
+const_string CTWILLHELP[] = {
+ "Usage: ctwill [OPTIONS] WEBFILE[.w] [{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'",
+ " unless otherwise specified by OUTFILE; in this case, '-' specifies",
+ " a null CHANGEFILE.",
+ "",
+ "+b print banner line on terminal",
+ "-f do not force a newline after every C statement in output",
+ "+h print success message on completion",
+ "-i suppress indentation of parameter declarations",
+ "-o suppress separation of declarations and statements",
+ "+P \\input proofmac.tex instead of ctwimac.tex",
+ "+p print progress report messages",
+ "-x omit indices, section names, table of contents",
+ "+e enclose C material in \\PB{...}",
+ "+lX use macros for language X as of Xcwebmac.tex",
"+s print usage statistics",
"--help display this help and exit",
"--version output version information and exit",