]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Fix --help message.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Jun 1995 23:40:14 +0000 (23:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Jun 1995 23:40:14 +0000 (23:40 +0000)
src/emacs.c

index 296a4ac317bc815a358112c9f9323cb4f9e73d16..2f17c312b3b7d200b9e04316843d333ab881ea6b 100644 (file)
@@ -570,7 +570,6 @@ main (argc, argv, envp)
       printf ("\
 Usage: %s [-t term] [--terminal term]  [-nw] [--no-windows]  [--batch]\n\
       [-q] [--no-init-file]  [-u user] [--user user]  [--debug-init]\n\
-\(Arguments above this line must be first; those below may be in any order)\n\
       [-f func] [--funcall func]  [-l file] [--load file]  [--insert file]\n\
       file-to-visit  [--kill]\n", argv[0]);
       exit (0);