diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-09 23:52:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-09 23:52:01 +0000 |
commit | e95489acb4b55ad6f4f7f0fec83f6396a133d265 (patch) | |
tree | cf7a3a5ca382ef84a068ed654d68afa6716f29fb /Build/source/texk/web2c/help.h | |
parent | b13fce1d942b61b6d2c79f716c30258cb9deb01b (diff) |
cweb help msg update from andreas
git-svn-id: svn://tug.org/texlive/trunk@49655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r-- | Build/source/texk/web2c/help.h | 20 |
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 |