diff options
| author | Richard M. Stallman | 1996-08-28 21:27:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-28 21:27:18 +0000 |
| commit | f822bec6eaa66235a4ace1f046d5714002d14009 (patch) | |
| tree | 866ab92c610b0c3f99ea9002aa041e48f3f5c420 | |
| parent | 9f3e5ddfc4926d82b64e9ac4a29770bafcb49565 (diff) | |
| download | emacs-f822bec6eaa66235a4ace1f046d5714002d14009.tar.gz emacs-f822bec6eaa66235a4ace1f046d5714002d14009.zip | |
(main): Add bug report info in --help message.
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 3 insertions, 1 deletions
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\ | |||
| 603 | [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ | 603 | [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ |
| 604 | [--version] [--no-site-file]\n\ | 604 | [--version] [--no-site-file]\n\ |
| 605 | [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ | 605 | [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ |
| 606 | [+linenum] file-to-visit [--kill]\n", argv[0]); | 606 | [+linenum] file-to-visit [--kill]\n\ |
| 607 | Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ | ||
| 608 | the Bugs section of the Emacs manual or the file BUGS.", argv[0]); | ||
| 607 | exit (0); | 609 | exit (0); |
| 608 | } | 610 | } |
| 609 | 611 | ||