changeset 15952:1757da8f8f31

(main): Add bug report info in --help message.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Aug 1996 21:27:18 +0000
parents 0807c87a589f
children 38a50022d610
files src/emacs.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Wed Aug 28 20:16:51 1996 +0000
+++ b/src/emacs.c	Wed Aug 28 21:27:18 1996 +0000
@@ -603,7 +603,9 @@
       [-q] [--no-init-file]  [-u user] [--user user]  [--debug-init]\n\
       [--version] [--no-site-file]\n\
       [-f func] [--funcall func]  [-l file] [--load file]  [--insert file]\n\
-      [+linenum] file-to-visit  [--kill]\n", argv[0]);
+      [+linenum] file-to-visit  [--kill]\n\
+Report bugs to bug-gnu-emacs@prep.ai.mit.edu.  First, please see\n\
+the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
       exit (0);
     }