summaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/true.c')
-rw-r--r--src/true.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/true.c b/src/true.c
index c4a42dbcf..004b77ef6 100644
--- a/src/true.c
+++ b/src/true.c
@@ -25,7 +25,7 @@ These option names may not be abbreviated.\n\
program_name, program_name);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
exit (status);
}