gendoc: add missing space in command synopsis
authorOri Avtalion <ori@avtalion.name>
Fri, 22 May 2009 20:19:22 +0200
changeset 8546 a33d19dcf906
parent 8545 3682a19bb637
child 8547 548fd7a05373
gendoc: add missing space in command synopsis
doc/gendoc.py
--- 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