Adding necessary features to complete backfill (#958)

This commit is contained in:
kevgliss 2017-10-04 14:57:57 -07:00 committed by GitHub
parent 09b8f532a7
commit 9e2578be1e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from lemur.notifications.messaging import send_expiration_notifications
manager = Manager(usage="Handles notification related tasks.")
@manager.option('-e', '--exclude', dest='exclude', nargs="*", help='Common name matching of certificates that should be excluded from notification')
@manager.option('-e', '--exclude', dest='exclude', action='append', default=[], help='Common name matching of certificates that should be excluded from notification')
def expirations(exclude):
"""
Runs Lemur's notification engine, that looks for expired certificates and sends