]> git.donarmstrong.com Git - lilypond.git/commitdiff
add space.
authorHeikki Junes <heikki.junes@hut.fi>
Tue, 29 Jul 2003 23:52:51 +0000 (23:52 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Tue, 29 Jul 2003 23:52:51 +0000 (23:52 +0000)
ChangeLog
python/lilylib.py

index 2b303b20f19a7ed24b1f54d9d44bf4460737ce2c..5879bd7133a09efc308b464fb4f7bc3fbced84bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
-2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
+2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
 
        * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
        stepmake/bin{ many }: polish the `--help's of different scripts;
        model taken from the core-utils of Linux.
 
-       * flower/getopt-long.cc: add space, see above.
+       * flower/getopt-long.cc, python/lilylib.py: add space, see above.
 
 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
index 466d77447f4df88bc6cac63f201b4fe88b1cb735..f31ecc5130848aff85d5b9e06b18f65b9a586f25 100644 (file)
@@ -153,9 +153,9 @@ def option_help_str (o):
        if o[1]:
                sh = '-%s' % o[1]
 
-       sep = ' '
+       sep = '  '
        if o[1] and o[2]:
-               sep = ','
+               sep = ', '
                
        long = ''
        if o[2]: