show-usage: give more room for "rendezvous-lonely"

This commit is contained in:
Brian Warner 2016-01-14 14:30:08 -08:00
parent bd912a73ee
commit 7ded461342

View File

@ -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),