summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/t1reencode
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/t1reencode')
-rw-r--r--Build/source/texk/lcdf-typetools/t1reencode/t1reencode.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/t1reencode/t1reencode.cc b/Build/source/texk/lcdf-typetools/t1reencode/t1reencode.cc
index 5885917d21c..acfecd7a22f 100644
--- a/Build/source/texk/lcdf-typetools/t1reencode/t1reencode.cc
+++ b/Build/source/texk/lcdf-typetools/t1reencode/t1reencode.cc
@@ -48,7 +48,7 @@ const Clp_Option options[] = {
{ "help", 'h', HELP_OPT, 0, 0 },
{ "output", 'o', OUTPUT_OPT, Clp_ValString, 0 },
{ "pfa", 'a', PFA_OPT, 0, 0 },
- { "pfb", 'b', PFA_OPT, 0, 0 },
+ { "pfb", 'b', PFB_OPT, 0, 0 },
{ "name", 'n', FONTNAME_OPT, Clp_ValString, 0 },
{ "fullname", 'N', FULLNAME_OPT, Clp_ValString, 0 },
{ "full-name", 'N', FULLNAME_OPT, Clp_ValString, 0 },