summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-25 10:16:38 +0000
committerBruno Haible <bruno@clisp.org>2003-04-25 10:16:38 +0000
commitd267e31dea04e714637bdc3779436ad0e3ace980 (patch)
tree8ebaae563099337187c6852fa21fab5a31835e26
parent2598419bcf9c6981a503d787afdaddd4a245cfc7 (diff)
downloadgperf-d267e31dea04e714637bdc3779436ad0e3ace980.tar.gz
Update bug report address.
-rw-r--r--ChangeLog4
-rw-r--r--src/options.cc2
-rw-r--r--tests/test-6.exp2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 48234ea..f67f7bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-01-07 Bruno Haible <bruno@clisp.org>
+ * src/options.cc (Options::long_usage): Change bug report address to
+ <bug-gnu-gperf@gnu.org>.
+ * tests/test-6.exp: Update.
+
* src/output.cc (USE_DOWNCASE_TABLE): New macro.
(output_upperlower_table): New function.
(output_upperlower_strcmp, output_upperlower_strncmp,
diff --git a/src/options.cc b/src/options.cc
index b154578..82495e7 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -255,7 +255,7 @@ Options::long_usage (FILE * stream)
" output to the standard error).\n");
fprintf (stream, "\n");
fprintf (stream,
- "Report bugs to <bug-gnu-utils@gnu.org>.\n");
+ "Report bugs to <bug-gnu-gperf@gnu.org>.\n");
}
/* Prints the given options. */
diff --git a/tests/test-6.exp b/tests/test-6.exp
index d0e3f21..86eba89 100644
--- a/tests/test-6.exp
+++ b/tests/test-6.exp
@@ -132,4 +132,4 @@ Informative output:
-d, --debug Enables the debugging option (produces verbose
output to the standard error).
-Report bugs to <bug-gnu-utils@gnu.org>.
+Report bugs to <bug-gnu-gperf@gnu.org>.