changeset 12376:31e6e3137939

(main): Fix --help message.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Jun 1995 23:40:14 +0000
parents 832d77b36f9d
children 3cd65cb4c643
files src/emacs.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Sat Jun 24 18:43:39 1995 +0000
+++ b/src/emacs.c	Sat Jun 24 23:40:14 1995 +0000
@@ -570,7 +570,6 @@
       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);