summaryrefslogtreecommitdiff
path: root/src/logname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logname.c')
-rw-r--r--src/logname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logname.c b/src/logname.c
index dc8296716..422bc657c 100644
--- a/src/logname.c
+++ b/src/logname.c
@@ -48,7 +48,7 @@ Print the name of the current user.\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);
}