adding logging

This commit is contained in:
kevgliss
2015-09-03 16:45:49 -07:00
parent f3f5b9eeb3
commit 2f4aee49e2
2 changed files with 3 additions and 2 deletions

View File

@ -264,7 +264,7 @@ class InitializeApp(Command):
and be used when certificates are discovered by Lemur.
"""
option_list = (
Option('-p', '--password', dest='password')
Option('-p', '--password', dest='password'),
)
def run(self, password):