summaryrefslogtreecommitdiff
path: root/src/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unlink.c')
-rw-r--r--src/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unlink.c b/src/unlink.c
index f6c57c4bf..bec995bdd 100644
--- a/src/unlink.c
+++ b/src/unlink.c
@@ -55,7 +55,7 @@ Usage: %s FILE\n\
stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}