diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-02 09:06:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-02 09:06:33 +0000 |
commit | 5a731510b2f53cff57266fcd006e61e8743e86df (patch) | |
tree | fd40885c05f7275c0cca8761c90ef12ed6d3ce12 /src/head.c | |
parent | d23970e52ecd6553cc8885a1ebd31e245b184a61 (diff) | |
download | coreutils-5a731510b2f53cff57266fcd006e61e8743e86df.tar.xz |
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
Diffstat (limited to 'src/head.c')
-rw-r--r-- | src/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c index 23c29f58c..f0879a1d1 100644 --- a/src/head.c +++ b/src/head.c @@ -112,7 +112,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ \n\ SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\ "), stdout); - puts (_("\nReport bugs to <bug-textutils@gnu.org>.")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |