##// END OF EJS Templates
gendoc: fix synopsis...
Martin Geisler -
r9622:9d1a480c default
parent child Browse files
Show More
@@ -50,7 +50,7 b' def get_cmd(cmd):'
50 s += ' ' + attr[2]
50 s += ' ' + attr[2]
51 else:
51 else:
52 s = attr[2]
52 s = attr[2]
53 d['synopsis'] = s
53 d['synopsis'] = s.strip()
54
54
55 return d
55 return d
56
56
General Comments 0
You need to be logged in to leave comments. Login now