Kaydet (Commit) 6a64a0fb authored tarafından Eray Özkural's avatar Eray Özkural

cosmetics

üst bb04b466
......@@ -49,7 +49,7 @@ class Command(object):
name = commandcls.name[0]
if commandcls.name[1]:
name += ' (%s)' % commandcls.name[1]
s += '%20s - %s\n' % (name, summary)
s += '%21s - %s\n' % (name, summary)
return s
@staticmethod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment