From d23970e52ecd6553cc8885a1ebd31e245b184a61 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Jul 2002 09:05:33 +0000 Subject: (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/du.c') diff --git a/src/du.c b/src/du.c index edb883f0c..61f9ce13c 100644 --- a/src/du.c +++ b/src/du.c @@ -226,7 +226,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 .")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); } -- cgit v1.2.3-54-g00ecf