summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c
index c620c5578..9d1f87a49 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -930,7 +930,7 @@ Valid format sequences for file systems:\n\
%T - Type in human readable form\n\
%t - Type in hex\n\
"), stdout);
- puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}