summaryrefslogtreecommitdiff
path: root/src/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty.c')
-rw-r--r--src/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tty.c b/src/tty.c
index 193bb5e5c..f5039a296 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -84,7 +84,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("tty - %s\n", PACKAGE_VERSION);
+ printf ("tty (%s) %s\n", GNU_PACKAGE, VERSION);
exit (0);
}