summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/help.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-27 01:07:35 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-27 01:07:35 +0000
commit848538ce0dcb004a1eb81077c20d1346323eb60e (patch)
tree48f4dddd1d2b347528aaa3c684c82ebe5e3267d5 /Build/source/texk/web2c/help.h
parent6b58252551de0672e45a8a9db52aa86496a77d87 (diff)
Add an option -charcode-format for ofm2opl and ovf2ovp for compatibility
git-svn-id: svn://tug.org/texlive/trunk@39877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r--Build/source/texk/web2c/help.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index 1d1285645d6..2cedb687c6b 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -224,6 +224,10 @@ const_string OFM2OPLHELP[] = {
" 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",
+ "-charcode-format=TYPE (just for compatibility)",
+ " output character codes according to TYPE,",
+ " `hex' , `octal' or `ascii'; default is hex,",
+ " ascii = ascii letters and digits, hex for all else",
#else
"-charcode-format=TYPE output character codes according to TYPE,",
" either `hex' or `ascii'; default is hex,",
@@ -278,6 +282,10 @@ const_string OVF2OVPHELP[] = {
" 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",
+ "-charcode-format=TYPE (just for compatibility)",
+ " output character codes according to TYPE,",
+ " `hex' , `octal' or `ascii'; default is hex,",
+ " ascii = ascii letters and digits, hex for all else",
#else
"-charcode-format=TYPE output character codes according to TYPE,",
" either `hex' or `ascii'; default is hex,",