and comma-separated in --verbose mode, too

This commit is contained in:
Martin A. Brown 2016-02-26 22:22:00 -08:00
parent 57055e582d
commit e6833f3989
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def status(config, args):
s = '{0:{w.status}} {1:{w.count}} '.format(status, count, w=width)
print(s, end="")
if config.verbose:
print('\t'.join(getattr(i, status).keys()))
print(', '.join(getattr(i, status).keys()))
else:
abbrev = getattr(i, status).keys()
s = ''