From: Werner Lemberg Date: Mon, 4 Apr 2005 09:23:52 +0000 (+0000) Subject: * lilypond/scm-option.cc (ly_option_usage): Add final newline. X-Git-Tag: release/2.5.18~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dbf55d6ee960e31cd339e25d7d75439279be503f;p=lilypond.git * lilypond/scm-option.cc (ly_option_usage): Add final newline. --- diff --git a/ChangeLog b/ChangeLog index e3ed6c20d7..b336a8fffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-04 Werner Lemberg + + * lilypond/scm-option.cc (ly_option_usage): Add final newline. + 2005-04-03 Han-Wen Nienhuys * ps/lilyponddefs.ps: remove reencode-font diff --git a/lily/scm-option.cc b/lily/scm-option.cc index d263a76ae2..185d558330 100644 --- a/lily/scm-option.cc +++ b/lily/scm-option.cc @@ -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;