]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/getopt-long.cc
* SConstruct: Further development.
[lilypond.git] / flower / getopt-long.cc
index e3da98695f26d3d744e260df916591af2996e629..feb655ab2e753528e1e3de0505d5cc77f213f46e 100644 (file)
@@ -1,7 +1,7 @@
 /*
    process command line, GNU style.
 
-   this is (Copyleft) 1996, Han-Wen Nienhuys, <hanwen@cs.uu.nl>
+   this is Copyleft (c) 1996--2004 Han-Wen Nienhuys, <hanwen@cs.uu.nl>
  */
 
 #include <string.h>
@@ -11,7 +11,7 @@
 
 #include <iostream>
 
-#include "config.h"
+#include "config.hh"
 #include "getopt-long.hh"
 #include "international.hh"
 #include "string-convert.hh"
@@ -113,7 +113,7 @@ Long_option_init::str_for_help () const
   else
     s = "  ";
 
-  s = s + ((shortname_char_ && longname_str0_) ? "," : " ");
+  s = s + ((shortname_char_ && longname_str0_) ? ", " : "  ");
 
   if (longname_str0_)
     s = s + "--" + longname_str0_;