summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r--Build/source/texk/web2c/help.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index 9e6da6a25e2..7594897ce4e 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -59,6 +59,8 @@ const_string CTANGLEHELP[] = {
"+b print banner line on terminal",
"+h print success message on completion",
"+p print progress report messages",
+ "+/-q shortcut for '-bhp'; also '--quiet' (default)",
+ "+/-v shortcut for '+bhp'; also '--verbose'",
"+s print usage statistics",
"--help display this help and exit",
"--version output version information and exit",
@@ -74,13 +76,15 @@ const_string CWEAVEHELP[] = {
" 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",
+ "+p print progress report messages",
+ "+/-q shortcut for '-bhp'; also '--quiet' (default)",
+ "+/-v shortcut for '+bhp'; also '--verbose'",
+ "-e do not enclose C material in \\PB{...}",
+ "-f do not force a newline after every C statement in output",
"-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",
@@ -97,16 +101,18 @@ const_string CTWILLHELP[] = {
" 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",
+ "+p print progress report messages",
+ "+/-q shortcut for '-bhp'; also '--quiet' (default)",
+ "+/-v shortcut for '+bhp'; also '--verbose'",
+ "-e do not enclose C material in \\PB{...}",
+ "-f do not force a newline after every C statement in output",
"-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",
+ "+P \\input proofmac.tex instead of ctwimac.tex",
"--help display this help and exit",
"--version output version information and exit",
NULL