summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/ttf2pk.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttf2pk2/ttf2pk.c')
-rw-r--r--Build/source/texk/ttf2pk2/ttf2pk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/ttf2pk2/ttf2pk.c b/Build/source/texk/ttf2pk2/ttf2pk.c
index f1e14f980ba..7673d15bb05 100644
--- a/Build/source/texk/ttf2pk2/ttf2pk.c
+++ b/Build/source/texk/ttf2pk2/ttf2pk.c
@@ -75,7 +75,7 @@ strip_equal(char *s, char *os, char *p)
--help print this message and exit\n\
--version print version number and exit\n\
\n\
-Report bugs to tex-k@tug.org.\n\
+Report bugs to " PACKAGE_BUGREPORT ".\n\
"
static void
@@ -109,7 +109,7 @@ static void
version(void)
{
fputs(ident, stdout);
- fprintf(stdout, " (%s)\n", TeX_search_version());
+ fprintf(stdout, " (%s, %s)\n", TeX_search_version(), TL_VERSION);
fputs(VERSION, stdout);
exit(0);
}