]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lilypond/scm-option.cc (ly_option_usage): Add final newline.
authorWerner Lemberg <wl@gnu.org>
Mon, 4 Apr 2005 09:23:52 +0000 (09:23 +0000)
committerWerner Lemberg <wl@gnu.org>
Mon, 4 Apr 2005 09:23:52 +0000 (09:23 +0000)
ChangeLog
lily/scm-option.cc

index e3ed6c20d727b2e7a8d15182c4e005ce8180e37a..b336a8fffd4c4c01f1420aadcbf16ea26e81c76e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-04  Werner Lemberg  <wl@gnu.org>
+
+       * lilypond/scm-option.cc (ly_option_usage): Add final newline.
+
 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * ps/lilyponddefs.ps: remove reencode-font
index d263a76ae2ef905d07370172c8ae4827096cc3bb..185d5583309d44479df90fc48d29b8ee20997078 100644 (file)
@@ -62,6 +62,7 @@ LY_DEFINE (ly_option_usage, "ly:option-usage", 0, 0, 0, (SCM),
   printf (_ ("Usage: lilypond -e \"(ly : set - option SYMBOL VAL)\"").to_str0 ());
   puts ("\n");
   printf (_ ("Use help as  SYMBOL to get online help.").to_str0 ());
+  puts ("\n");
 
   exit (0);
   return SCM_UNSPECIFIED;