updated help for --disable-checks

This commit is contained in:
Frank Morgner
2012-10-05 14:02:42 +02:00
parent 1edbc97845
commit 296db65bc2
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ npa.add_argument("-c", "--car",
help="certificate authority reference (CHR of the CVCA)")
npa.add_argument("-d", "--disable-checks",
action="store_true", default=False,
help="Disable checking validity period of TA certificate")
help="Disables checking validity period of TA certificate and always accepts the first CV certificate of a chain")
args = parser.parse_args()