From ea9b6a439e633ae9b5ec8261fe8552f3e5321c0e Mon Sep 17 00:00:00 2001
From: Heikki Junes <heikki.junes@hut.fi>
Date: Tue, 29 Jul 2003 23:52:51 +0000
Subject: [PATCH] add space.

---
 ChangeLog         | 4 ++--
 python/lilylib.py | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2b303b20f1..5879bd7133 100644
--- 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>
 
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]:
-- 
2.39.5