Mercurial > emacs
changeset 23227:457da99ff43a
(main): Mention --display and --eval in help.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 10 Sep 1998 15:54:42 +0000 |
parents | f16c96435677 |
children | 0aaa026229eb |
files | src/emacs.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Sep 10 15:47:53 1998 +0000 +++ b/src/emacs.c Thu Sep 10 15:54:42 1998 +0000 @@ -793,11 +793,12 @@ if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args)) { printf ("\ -Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ +Usage: %s [--batch] [-t term] [--terminal term]\n\ + [-d display] [--display display] [-nw] [--no-windows]\n\ [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ [--unibyte] [--multibyte] [--version] [--no-site-file]\n\ - [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ - [+linenum] file-to-visit [--kill]\n\ + [-f func] [--funcall func] [-l file] [--load file] [--eval expr]\n\ + [--insert file] [+linenum] file-to-visit [--kill]\n\ Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); exit (0);