##// END OF EJS Templates
gendoc: add missing space in command synopsis
Ori Avtalion -
r8546:a33d19dc default
parent child Browse files
Show More
@@ -44,7 +44,7 b' def get_cmd(cmd):'
44 s = 'hg ' + cmds[0]
44 s = 'hg ' + cmds[0]
45 if len(attr) > 2:
45 if len(attr) > 2:
46 if not attr[2].startswith('hg'):
46 if not attr[2].startswith('hg'):
47 s += attr[2]
47 s += ' ' + attr[2]
48 else:
48 else:
49 s = attr[2]
49 s = attr[2]
50 d['synopsis'] = s
50 d['synopsis'] = s
General Comments 0
You need to be logged in to leave comments. Login now