diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-02 09:05:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-02 09:05:33 +0000 |
commit | d23970e52ecd6553cc8885a1ebd31e245b184a61 (patch) | |
tree | e19a310ded4d80ccf4b9d60fc705ce5ae0867d35 /src/link.c | |
parent | 4c7e003c1b7da727b325d57066803a306f237283 (diff) | |
download | coreutils-d23970e52ecd6553cc8885a1ebd31e245b184a61.tar.xz |
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.c b/src/link.c index cf9c657d7..d5c655ba3 100644 --- a/src/link.c +++ b/src/link.c @@ -56,7 +56,7 @@ Usage: %s FILE1 FILE2\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); } |