]> git.saurik.com Git - bison.git/commitdiff
Update bug report address.
authorJesse Thilo <jthilo@gnu.org>
Wed, 25 Nov 1998 22:09:19 +0000 (22:09 +0000)
committerJesse Thilo <jthilo@gnu.org>
Wed, 25 Nov 1998 22:09:19 +0000 (22:09 +0000)
README
src/getargs.c

diff --git a/README b/README
index ea5f743d43ad8ee8534658e50f9ecfa4485eecd2..b0464ef8faafb3c369ec83c8aeaf7e0fd8891769 100644 (file)
--- a/README
+++ b/README
@@ -10,6 +10,6 @@ On VMS, you will probably have to create Makefile from Makefile.in by
 hand.  Remember to do `SET COMMAND BISON' to install the data in
 `BISON.CLD'.
 
-Send bug reports to bug-gnu-utils@prep.ai.mit.edu.  Please include the
-version number from `bison --version', and a complete, self-contained
-test case in each bug report.
+Send bug reports to bug-bison@gnu.org.  Please include the version
+number from `bison --version', and a complete, self-contained test
+case in each bug report.
index 80b4d1492560606a325dcceea7478c1713ca4761..eb48a5ee72a897ebb3ad1bf44ef869fc1f1fff8c 100644 (file)
@@ -69,7 +69,8 @@ Usage: %s [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix]\n\
        [--verbose] [--version] [--help] [--yacc]\n\
        [--no-parser] [--token-table]\n\
        [--file-prefix=prefix] [--name-prefix=prefix]\n\
-       [--output=outfile] grammar-file\n"),
+       [--output=outfile] grammar-file\n\n\
+Report bugs to bug-bison@gnu.org\n"),
           program_name);
 }