summaryrefslogtreecommitdiff
path: root/src/pinky.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinky.c')
-rw-r--r--src/pinky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pinky.c b/src/pinky.c
index 885012b3d..ccc5d72e8 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -530,7 +530,7 @@ usage (int status)
A lightweight `finger' program; print user information.\n\
The utmp file will be %s.\n\
"), UTMP_FILE);
- printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
+ emit_bug_reporting_address ();
}
exit (status);
}