diff options
| author | Richard M. Stallman <rms@gnu.org> | 1995-06-24 23:40:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1995-06-24 23:40:14 +0000 |
| commit | 438759b31a73301f16f4650fef0caddd2e474db8 (patch) | |
| tree | c411429ed1380f0f50f769450a10f60b0d48aba2 | |
| parent | dffd6dac05dd6ade887645ca851821cb9f96d0ac (diff) | |
| download | emacs-438759b31a73301f16f4650fef0caddd2e474db8.tar.gz | |
(main): Fix --help message.
| -rw-r--r-- | src/emacs.c | 1 |
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) 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); |
