diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-08 14:10:34 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-08 14:10:34 +0000 |
commit | 21760a8fd8ee8bf68ccc89735c18bdf94741488b (patch) | |
tree | ec59b84e93b9b083cc5e67ed3c0541fe36d79bf9 /Build/source/texk/web2c/help.h | |
parent | 7eb183dfdadbd54eda23ffaacff5e4642232b64a (diff) |
[CWEB] Add '-dN' to 'help' message and in 'cwebman.pdf'.
See section 92 of 'common-changes.pdf' created with 'comm-w2c.ch'.
git-svn-id: svn://tug.org/texlive/trunk@55782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r-- | Build/source/texk/web2c/help.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index 8f5b12b8d0d..033ba329eb6 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -61,6 +61,7 @@ const_string CTANGLEHELP[] = { "+p print progress report messages", "+/-q shortcut for '-bhp'; also '--quiet' (default)", "+/-v shortcut for '+bhp'; also '--verbose'", + "-dN set 'kpathsea_debug' to N (0..127)", "+s print usage statistics", "-t ignore temporary output irrespective of changes", "--help display this help and exit", @@ -81,6 +82,7 @@ const_string CWEAVEHELP[] = { "+p print progress report messages", "+/-q shortcut for '-bhp'; also '--quiet' (default)", "+/-v shortcut for '+bhp'; also '--verbose'", + "-dN set 'kpathsea_debug' to N (0..127)", "-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", @@ -107,6 +109,7 @@ const_string CTWILLHELP[] = { "+p print progress report messages", "+/-q shortcut for '-bhp'; also '--quiet' (default)", "+/-v shortcut for '+bhp'; also '--verbose'", + "-dN set 'kpathsea_debug' to N (0..127)", "-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", |