Show More
@@ -308,7 +308,7 b' Commands:' | |||
|
308 | 308 | if len(a.verbs): |
|
309 | 309 | v = b', '.join(sorted(a.verbs, key=lambda v: len(v))) |
|
310 | 310 | actions.append(b" %s = %s" % (v, lines[0])) |
|
311 |
actions.extend([b' %s' |
|
|
311 | actions.extend([b' %s'] * (len(lines) - 1)) | |
|
312 | 312 | |
|
313 | 313 | for v in ( |
|
314 | 314 | sorted(primaryactions) |
General Comments 0
You need to be logged in to leave comments.
Login now