From: Karl Heuer Date: Thu, 10 Sep 1998 15:54:42 +0000 (+0000) Subject: (main): Mention --display and --eval in help. X-Git-Tag: emacs-20.4~1722 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b519fca5a68b3cbe52ec858683d2027075fdfcd6;p=emacs.git (main): Mention --display and --eval in help. --- 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) 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);