From: Richard M. Stallman Date: Thu, 24 Jul 1997 18:18:49 +0000 (+0000) Subject: (main): Make --help msg end in newline. X-Git-Tag: emacs-20.1~996 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a7a340773581db68d3dcd7662208bfc213a610d;p=emacs.git (main): Make --help msg end in newline. --- diff --git a/src/emacs.c b/src/emacs.c index bf701f8666c..bf654fe7612 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -705,7 +705,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ [+linenum] file-to-visit [--kill]\n\ Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ -the Bugs section of the Emacs manual or the file BUGS.", argv[0]); +the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); exit (0); }