pkcs15-init: don't suggest using --erase-card with --create-pkcs15 in help message.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4053 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-02-21 09:09:33 +00:00
parent 9d603a61e8
commit ba4b02e098
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ const struct option options[] = {
{ NULL, 0, NULL, 0 }
};
static const char * option_help[] = {
"Erase the smart card (can be used with --create-pkcs15)",
"Erase the smart card",
"Creates a new PKCS #15 structure",
"Store a new PIN/PUK on the card",
"Generate a new key and store it on the card",