doc/gendoc.py
changeset 8546 a33d19dcf906
parent 7376 fc06bd17c985
child 9021 2ccb527c7b1a
--- a/doc/gendoc.py	Fri May 22 11:42:21 2009 -0500
+++ b/doc/gendoc.py	Fri May 22 20:19:22 2009 +0200
@@ -44,7 +44,7 @@
     s = 'hg ' + cmds[0]
     if len(attr) > 2:
         if not attr[2].startswith('hg'):
-            s += attr[2]
+            s += ' ' + attr[2]
         else:
             s = attr[2]
     d['synopsis'] = s