summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index 9bdc640bf..8f52c1f24 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -250,7 +250,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("comm (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("comm (%s) %s\n", GNU_PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}