aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c
index cad3a5ca7da..0e46953d183 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -793,11 +793,12 @@ main (argc, argv, envp)
793 if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args)) 793 if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args))
794 { 794 {
795 printf ("\ 795 printf ("\
796Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ 796Usage: %s [--batch] [-t term] [--terminal term]\n\
797 [-d display] [--display display] [-nw] [--no-windows]\n\
797 [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ 798 [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\
798 [--unibyte] [--multibyte] [--version] [--no-site-file]\n\ 799 [--unibyte] [--multibyte] [--version] [--no-site-file]\n\
799 [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ 800 [-f func] [--funcall func] [-l file] [--load file] [--eval expr]\n\
800 [+linenum] file-to-visit [--kill]\n\ 801 [--insert file] [+linenum] file-to-visit [--kill]\n\
801Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\ 802Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\
802the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); 803the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
803 exit (0); 804 exit (0);