From 0eac0fb14cabb83bb901870d42102d2d800ba9a3 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 13 Nov 2009 12:25:18 +0000 Subject: [PATCH] Fix #58: properly document "pkcs15-init -T" git-svn-id: https://www.opensc-project.org/svnp/opensc/branches/martin/0.12@3841 c6295689-39f2-0310-b995-f0e70906c6a9 --- doc/tools/pkcs15-init.xml | 11 +++++++++++ src/tools/pkcs15-init.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/tools/pkcs15-init.xml b/doc/tools/pkcs15-init.xml index 9be31a7f..9e7a29a8 100644 --- a/doc/tools/pkcs15-init.xml +++ b/doc/tools/pkcs15-init.xml @@ -341,6 +341,17 @@ + + , + + + + Tells pkcs15-init to not ask for the transport + keys and use default keys, as known by the card driver. + + + + diff --git a/src/tools/pkcs15-init.c b/src/tools/pkcs15-init.c index 6113cdbb..82f58ddc 100644 --- a/src/tools/pkcs15-init.c +++ b/src/tools/pkcs15-init.c @@ -227,7 +227,7 @@ static const char * option_help[] = { "Private key stored as an extractable key", "Insecure mode: do not require PIN/passphrase for private key", "Use software key generation, even if the card supports on-board key generation", - "Always ask for transport keys etc, even if the driver thinks it knows the key", + "Do not ask for transport keys if the driver thinks it knows the key", "Do not prompt the user, except for PINs", "Specify the general profile to use",