summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-28 23:39:18 +0200
committerJim Meyering <jim@meyering.net>2007-03-28 23:39:18 +0200
commit0f63eebd1ea9cce137deef4ac98b85905465f6db (patch)
tree7dea3df3b627bfb753d702ef13c214f523da2c01 /src/comm.c
parent93ff956de7f4895158a72248fc59840e87df906a (diff)
parenta0faff1a58a96e008f45ab7c00e790dd2c397363 (diff)
downloadcoreutils-0f63eebd1ea9cce137deef4ac98b85905465f6db.tar.xz
Merge branch 'master' of /cu
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 9b7e03f1f..6ab4938b3 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -91,7 +91,7 @@ and column three contains lines common to both files.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
+ emit_bug_reporting_address ();
}
exit (status);
}