diff options
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r-- | Build/source/texk/web2c/help.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index da159a9627d..9fb4e682255 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -288,7 +288,7 @@ const_string OVP2OVFHELP[] = { "Usage: ovp2ovf [OPTION]... OVPFILE[.ovp] [OVFFILE[.ovf] [OFMFILE[.ofm]]]", " Translate OVPFILE to OVFFILE and companion OFMFILE.", " Default OVFFILE is basename of OVPFILE extended with `.ovf'.", - " Default OFMFILE is OVFFILE extended with `.ofm'.", + " Default OFMFILE is basename of OVFFILE extended with `.ofm'.", "", "-help display this help and exit", "-verbose display progress reports", @@ -420,7 +420,7 @@ const_string VPTOVFHELP[] = { "Usage: vptovf [OPTION]... VPLFILE[.vpl] [VFFILE[.vf] [TFMFILE[.tfm]]]", " Translate VPLFILE to VFFILE and companion TFMFILE.", " Default VFFILE is basename of VPLFILE extended with `.vf'.", - " Default TFMFILE is VFFILE extended with `.tfm'.", + " Default TFMFILE is basename of VFFILE extended with `.tfm'.", "", "-help display this help and exit", "-verbose display progress reports", |