diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-11-07 09:42:37 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-11-07 09:42:37 +0000 |
commit | 62000bbaa70a2638588a1c15fc6511609f47b579 (patch) | |
tree | 2e4e0041370ab589af8a25c7ca1d9f1c29b62300 /Build/source/texk/web2c/help.h | |
parent | afa9405e970b8a1f04badff4c8d78bd3ca530aee (diff) |
texk/web2c: Correct help messages for Web2C and C versions of ofm2opl & Co
git-svn-id: svn://tug.org/texlive/trunk@35536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r-- | Build/source/texk/web2c/help.h | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index bee0a4f777a..1d1285645d6 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -216,9 +216,19 @@ const_string OFM2OPLHELP[] = { " Translate the font metrics OFMNAME to human-readable property list file", " OPLFILE or standard output.", "", +#ifdef OMFONTS + "-char-format=TYPE output character codes according to TYPE,", + " either `num' or `ascii'; default is num,", + " ascii = ascii letters and digits, num for all else", + "-num-format=TYPE output numbers according to TYPE,", + " either `hex' or `octal'; default is hex", + "-text-format=TYPE output coding scheme and family according to TYPE,", + " either `mixed' or `upper' case; default is mixed", +#else "-charcode-format=TYPE output character codes according to TYPE,", " either `hex' or `ascii'; default is hex,", " ascii = ascii letters and digits, hex for all else", +#endif "-help display this help and exit", "-verbose display progress reports", "-version output version information and exit", @@ -260,9 +270,19 @@ const_string OVF2OVPHELP[] = { " virtual property list file OVPFILE or standard output.", " If OFMNAME is not specified, OVFNAME (with `.ovf' removed) is used.", "", +#ifdef OMFONTS + "-char-format=TYPE output character codes according to TYPE,", + " either `num' or `ascii'; default is num,", + " ascii = ascii letters and digits, num for all else", + "-num-format=TYPE output numbers according to TYPE,", + " either `hex' or `octal'; default is hex", + "-text-format=TYPE output coding scheme and family according to TYPE,", + " either `mixed' or `upper' case; default is mixed", +#else "-charcode-format=TYPE output character codes according to TYPE,", " either `hex' or `ascii'; default is hex,", " ascii = ascii letters and digits, hex for all else", +#endif "-help display this help and exit", "-verbose display progress reports", "-version output version information and exit", @@ -556,9 +576,9 @@ const_string VFTOVPHELP[] = { " If TFMNAME is not specified, VFNAME (with `.vf' removed) is used.", "", "-charcode-format=TYPE output character codes according to TYPE,", - " either `octal' or `ascii'; default is ascii for", + " either `octal' or `ascii'; default is ascii for", " letters and digits, octal for all else", - "-help display this help and exit", + "-help display this help and exit", "-verbose display progress reports", "-version output version information and exit", NULL |