summaryrefslogtreecommitdiff
path: root/src/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kill.c')
-rw-r--r--src/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kill.c b/src/kill.c
index c59025fa0..0c7ac1242 100644
--- a/src/kill.c
+++ b/src/kill.c
@@ -114,7 +114,7 @@ or an exit status of a process terminated by a signal.\n\
PID is an integer; if negative it identifies a process group.\n\
"), stdout);
printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME);
- printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
+ emit_bug_reporting_address ();
}
exit (status);
}