aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-24 23:40:14 +0000
committerRichard M. Stallman1995-06-24 23:40:14 +0000
commit438759b31a73301f16f4650fef0caddd2e474db8 (patch)
treec411429ed1380f0f50f769450a10f60b0d48aba2 /src
parentdffd6dac05dd6ade887645ca851821cb9f96d0ac (diff)
downloademacs-438759b31a73301f16f4650fef0caddd2e474db8.tar.gz
emacs-438759b31a73301f16f4650fef0caddd2e474db8.zip
(main): Fix --help message.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 296a4ac317b..2f17c312b3b 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -570,7 +570,6 @@ main (argc, argv, envp)
570 printf ("\ 570 printf ("\
571Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ 571Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
572 [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ 572 [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\
573\(Arguments above this line must be first; those below may be in any order)\n\
574 [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ 573 [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\
575 file-to-visit [--kill]\n", argv[0]); 574 file-to-visit [--kill]\n", argv[0]);
576 exit (0); 575 exit (0);