show-usage: give more room for "rendezvous-lonely"
This commit is contained in:
parent
bd912a73ee
commit
7ded461342
|
@ -44,7 +44,7 @@ def print_event(event):
|
||||||
followthrough = None
|
followthrough = None
|
||||||
if waiting_time and total_time:
|
if waiting_time and total_time:
|
||||||
followthrough = total_time - waiting_time
|
followthrough = total_time - waiting_time
|
||||||
print(" %16s: total=%7s wait=%7s ft=%7s size=%s (%s)" %
|
print("%17s: total=%7s wait=%7s ft=%7s size=%s (%s)" %
|
||||||
("%s-%s" % (event_type, result),
|
("%s-%s" % (event_type, result),
|
||||||
abbrev(total_time),
|
abbrev(total_time),
|
||||||
abbrev(waiting_time),
|
abbrev(waiting_time),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user