From 4ba4f120cb01742ce1d7e1774bca1a849e39e093 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Mon, 31 Jan 2011 19:46:23 +0000 Subject: [PATCH] - fixed description of version parameter git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@395 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/src/pace-tool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npa/src/pace-tool.c b/npa/src/pace-tool.c index 9f0f0a6..4cb1a8b 100644 --- a/npa/src/pace-tool.c +++ b/npa/src/pace-tool.c @@ -86,7 +86,7 @@ static const struct option options[] = { { "resume-pin", no_argument, NULL, OPT_RESUME_PIN }, { "unblock-pin", no_argument, NULL, OPT_UNBLOCK_PIN }, { "translate", optional_argument, NULL, OPT_TRANSLATE }, - { "tr-03110v", required_argument, NULL, OPT_TRVERSION }, + { "tr-03110v20", required_argument, NULL, OPT_TRVERSION }, { "verbose", no_argument, NULL, OPT_VERBOSE }, { "info", no_argument, NULL, OPT_INFO }, { NULL, 0, NULL, 0 } @@ -106,7 +106,7 @@ static const char *option_help[] = { "Resume PIN (uses CAN to activate last retry)", "Unblock PIN (uses PUK to activate three more retries)", "APDUs to send through SM channel (default: stdin)", - "Version of TR-03110 (default: 2, for version 2 and later)", + "Version of TR-03110 (default: 2, for v2.02 and later)", "Use (several times) to be more verbose", "Print version, available readers and drivers.", };