Parse arg config error

This commit is contained in:
Roland Hedberg 2013-01-02 10:31:37 +01:00
parent 0bf0f89af6
commit 0ed2526b4a

View File

@ -17,7 +17,7 @@ from saml2.config import Config
# =============================================================================
parser = argparse.ArgumentParser()
parser.add_argument('-v', dest='valid', action='store_true',
parser.add_argument('-v', dest='valid',
help="How long, in days, the metadata is valid from the time of creation")
parser.add_argument('-c', dest='cert', help='certificate')
parser.add_argument('-e', dest='ed', action='store_true',