@argh.arg('channels',nargs='*',help='Channels to check coverage of')
@argh.arg('channels',nargs='*',help='Channels to check coverage of')
@ -541,9 +540,10 @@ class CoverageChecker(object):
@argh.arg('--connection-string',help='Postgres connection string, which is either a space-separated list of key=value pairs, or a URI like: postgresql://USER:PASSWORD@HOST/DBNAME?KEY=VALUE')
@argh.arg('--connection-string',help='Postgres connection string, which is either a space-separated list of key=value pairs, or a URI like: postgresql://USER:PASSWORD@HOST/DBNAME?KEY=VALUE')
@argh.arg('--metrics-port',help='Port for Prometheus stats. Default is 8006.')
@argh.arg('--metrics-port',help='Port for Prometheus stats. Default is 8006.')
@argh.arg('--backdoor-port',help='Port for gevent.backdoor access. By default disabled.')
@argh.arg('--backdoor-port',help='Port for gevent.backdoor access. By default disabled.')
@argh.arg('--check-interval',help='How many seconds to wait in between doing checks.')