]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/program-option-scheme.cc
Release: bump version.
[lilypond.git] / lily / program-option-scheme.cc
index 820faf5bfea907bc0f2870001261a036ad12b79e..616e99397a4d2c8c70b7cd5235bf08a9350fcf35 100644 (file)
@@ -189,7 +189,7 @@ get_help_string ()
 
 LY_DEFINE (ly_option_usage, "ly:option-usage", 0, 1, 0, (SCM port),
            "Print @code{ly:set-option} usage.  Optional @var{port} argument"
-          "for the destination defaults to current output port.")
+           "for the destination defaults to current output port.")
 {
   SCM str = scm_from_locale_string (get_help_string ().c_str ());
   scm_write_line (str, port);