summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-02 09:05:33 +0000
committerJim Meyering <jim@meyering.net>2002-07-02 09:05:33 +0000
commitd23970e52ecd6553cc8885a1ebd31e245b184a61 (patch)
treee19a310ded4d80ccf4b9d60fc705ce5ae0867d35 /src/df.c
parent4c7e003c1b7da727b325d57066803a306f237283 (diff)
downloadcoreutils-d23970e52ecd6553cc8885a1ebd31e245b184a61.tar.gz
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index b44498171..af4b7e390 100644
--- a/src/df.c
+++ b/src/df.c
@@ -790,7 +790,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
SIZE may be (or may be an integer optionally followed by) one of following:\n\
kB 1000, K 1024, MB 1,000,000, M 1,048,576, and so on for G, T, P, E, Z, Y.\n\
"), stdout);
- puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}