Parse arg config error
This commit is contained in:
parent
0bf0f89af6
commit
0ed2526b4a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user