diff --git a/tldp/driver.py b/tldp/driver.py index d2cb8ff..5058557 100644 --- a/tldp/driver.py +++ b/tldp/driver.py @@ -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 = ''