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
This commit is contained in:
martin 2009-11-13 12:25:18 +00:00
parent ca0976ba6f
commit 0eac0fb14c
2 changed files with 12 additions and 1 deletions

View File

@ -341,6 +341,17 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>--use-default-transport-keys</option>,
<option>-T</option></term>
<listitem>
<para>
Tells <command>pkcs15-init</command> to not ask for the transport
keys and use default keys, as known by the card driver.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--so-pin, --so-puk, --pin, --puk</option></term>
<listitem>

View File

@ -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",