From f822bec6eaa66235a4ace1f046d5714002d14009 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 Aug 1996 21:27:18 +0000 Subject: [PATCH] (main): Add bug report info in --help message. --- src/emacs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index 6c7d7edbf0e..2934750130f 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -603,7 +603,9 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ [-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); } -- 2.39.2