]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Mention --display and --eval in help.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:54:42 +0000 (15:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:54:42 +0000 (15:54 +0000)
src/emacs.c

index cad3a5ca7dad923ea4a165bccb13e96f5db9d5b6..0e46953d1839952ed2cfc8fb46587970b0ac3c83 100644 (file)
@@ -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);