diff options
| author | Karl Heuer | 1998-09-10 15:54:42 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-09-10 15:54:42 +0000 |
| commit | b519fca5a68b3cbe52ec858683d2027075fdfcd6 (patch) | |
| tree | 91ea8624810e32134669f08f608ebc60d8a2a6ca /src | |
| parent | a94a4335903f2744e910d39f7e95ace77c47210d (diff) | |
| download | emacs-b519fca5a68b3cbe52ec858683d2027075fdfcd6.tar.gz emacs-b519fca5a68b3cbe52ec858683d2027075fdfcd6.zip | |
(main): Mention --display and --eval in help.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c index cad3a5ca7da..0e46953d183 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -793,11 +793,12 @@ main (argc, argv, envp) | |||
| 793 | if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args)) | 793 | if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args)) |
| 794 | { | 794 | { |
| 795 | printf ("\ | 795 | printf ("\ |
| 796 | Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ | 796 | Usage: %s [--batch] [-t term] [--terminal term]\n\ |
| 797 | [-d display] [--display display] [-nw] [--no-windows]\n\ | ||
| 797 | [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ | 798 | [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ |
| 798 | [--unibyte] [--multibyte] [--version] [--no-site-file]\n\ | 799 | [--unibyte] [--multibyte] [--version] [--no-site-file]\n\ |
| 799 | [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ | 800 | [-f func] [--funcall func] [-l file] [--load file] [--eval expr]\n\ |
| 800 | [+linenum] file-to-visit [--kill]\n\ | 801 | [--insert file] [+linenum] file-to-visit [--kill]\n\ |
| 801 | Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\ | 802 | Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\ |
| 802 | the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); | 803 | the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); |
| 803 | exit (0); | 804 | exit (0); |