summaryrefslogtreecommitdiff
path: root/Build/source/texk/dtl/dt2dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dtl/dt2dv.c')
-rw-r--r--Build/source/texk/dtl/dt2dv.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/dtl/dt2dv.c b/Build/source/texk/dtl/dt2dv.c
index bcfcdc28d37..602a716f8c0 100644
--- a/Build/source/texk/dtl/dt2dv.c
+++ b/Build/source/texk/dtl/dt2dv.c
@@ -377,8 +377,8 @@ main
fprintf (stderr, "\n");
fprintf (stderr,
- "Program \"%s\" version %s compiled in %sstandard C.\n",
- progname, VERSION, C_LEVEL);
+ "Program \"%s\" version %s (%s) compiled in %sstandard C.\n",
+ progname, VERSION, TL_VERSION, C_LEVEL);
/* interpret command line arguments */
@@ -447,6 +447,7 @@ give_help (VOID)
fprintf (stderr, "\n");
}
fprintf (stderr, "Messages, like this one, go to stderr.\n");
+ fprintf (stderr, "\nEmail bug reports to %s.\n", BUG_ADDRESS);
}
/* give_help */