From: Heikki Junes Date: Tue, 29 Jul 2003 23:52:51 +0000 (+0000) Subject: add space. X-Git-Tag: release/1.7.30~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ea9b6a439e633ae9b5ec8261fe8552f3e5321c0e;p=lilypond.git add space. --- diff --git a/ChangeLog b/ChangeLog index 2b303b20f1..5879bd7133 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,10 @@ -2003-07-29 Heikki Junes +2003-07-30 Heikki Junes * 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 diff --git a/python/lilylib.py b/python/lilylib.py index 466d77447f..f31ecc5130 100644 --- a/python/lilylib.py +++ b/python/lilylib.py @@ -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]: