pkcs11-tool: pkcs11-tool --verbose does not affect OpenSC debugging. Document a workaround

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4748 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-09-21 16:11:36 +00:00
parent 50952cdcba
commit 294a8bca3d
2 changed files with 5 additions and 3 deletions

View File

@ -211,8 +211,10 @@
<varlistentry>
<term><option>--verbose, -v</option></term>
<listitem><para>Causes <command>pkcs11-tool</command> to be
more verbose. Specify this flag several times to enable debug
output in the OpenSC library.</para></listitem>
more verbose.</para><para>NB! This does not affect
OpenSC debugging level! To set OpenSC PKCS#11 module into debug
mode, set the OPENSC_DEBUG environment variable to a
non-zero number.</para></listitem>
</varlistentry>
</variablelist>

View File

@ -149,7 +149,7 @@ static const char *option_help[] = {
"Test (best used with the --login or --pin option)",
"Test hotplug capabilities (C_GetSlotList + C_WaitForSlotEvent)",
"Test Mozilla-like keypair gen and cert req, <arg>=certfile",
"Verbose operation. Use several times to enable debug output.",
"Verbose operation. (Set OPENSC_DEBUG to enable OpenSC specific debugging)",
"Set the CKA_PRIVATE attribute (object is only viewable after a login)"
};