From ba4b02e09885ed37ff851ed2dac2f0474115f79f Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 21 Feb 2010 09:09:33 +0000 Subject: [PATCH] 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 --- src/tools/pkcs15-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pkcs15-init.c b/src/tools/pkcs15-init.c index fff18044..53fd2746 100644 --- a/src/tools/pkcs15-init.c +++ b/src/tools/pkcs15-init.c @@ -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",