From 296db65bc2a39e15a0fbdb934cb6bbc9ebc1b261 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 5 Oct 2012 14:02:42 +0200 Subject: [PATCH] updated help for `--disable-checks` --- npa/src/npa-tool.ggo.in | 2 +- virtualsmartcard/src/vpicc/vicc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npa/src/npa-tool.ggo.in b/npa/src/npa-tool.ggo.in index 634aa51..ba3e677 100644 --- a/npa/src/npa-tool.ggo.in +++ b/npa/src/npa-tool.ggo.in @@ -93,7 +93,7 @@ option "tr-03110v201" - "Force compliance to BSI TR-03110 version 2.01" flag off option "disable-checks" - - "Disable checking fly-by-data" + "Disable checking fly-by-data and validity period of CV certifcates" flag off text " diff --git a/virtualsmartcard/src/vpicc/vicc.in b/virtualsmartcard/src/vpicc/vicc.in index 1578740..1be9240 100644 --- a/virtualsmartcard/src/vpicc/vicc.in +++ b/virtualsmartcard/src/vpicc/vicc.in @@ -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()