diff options
Diffstat (limited to 'src/comm.c')
-rw-r--r-- | src/comm.c | 2 |
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); } |