pkcs11-tool crashes while printing its usage message.

fixed by Ville Skyttä.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3233 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2007-07-28 18:22:07 +00:00
parent 8e37bfd68d
commit 7ea1d00791

View File

@ -117,6 +117,7 @@ static const char *option_help[] = {
"Specify the type and length of the key to create, for example rsa:1024", "Specify the type and length of the key to create, for example rsa:1024",
"Write an object (key, cert, data) to the card", "Write an object (key, cert, data) to the card",
"Get object's CKA_VALUE attribute (use with --type)", "Get object's CKA_VALUE attribute (use with --type)",
"Delete an object",
"Specify the application label of the data object (use with --type data)", "Specify the application label of the data object (use with --type data)",
"Specify the application id of the data object (use with --type data)", "Specify the application id of the data object (use with --type data)",
"Specify the type of object (e.g. cert, privkey, pubkey, data)", "Specify the type of object (e.g. cert, privkey, pubkey, data)",