summaryrefslogtreecommitdiff
path: root/gprof/gprof.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-04-03 14:10:05 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-04-03 14:10:05 +0000
commit20a45a1be9fd0110342cf5a9dddc212dd97ffc57 (patch)
treeca6dd3c6b5bb67e884fe6e1dc8c670b63728fd5f /gprof/gprof.c
parentdd3bf9e604150b3a0ccbae952abc247008b2e0dc (diff)
downloadbinutils-redhat-20a45a1be9fd0110342cf5a9dddc212dd97ffc57.tar.gz
Move bug report string to one place.
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r--gprof/gprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c
index cb904870e5..82440a82e8 100644
--- a/gprof/gprof.c
+++ b/gprof/gprof.c
@@ -157,7 +157,7 @@ Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n\
[image-file] [profile-file...]\n"),
whoami);
if (status == 0)
- fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n"));
+ fprintf (stream, REPORT_BUGS_TO);
done (status);
}