From c73aaf990a1477971a48ce73b80e1089f0842fed Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 13 Apr 2010 11:29:17 +0000 Subject: [PATCH] pkcs15-tool: fix help text, reader must no be a number git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4226 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tools/pkcs15-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pkcs15-tool.c b/src/tools/pkcs15-tool.c index c792ad52..55eb9a57 100644 --- a/src/tools/pkcs15-tool.c +++ b/src/tools/pkcs15-tool.c @@ -128,7 +128,7 @@ static const char *option_help[] = { #endif "Test if the card needs a security update", "Update the card with a security update", - "Uses reader number ", + "Uses reader ", "Specify PIN", "Specify New PIN (when changing or unblocking)", "Specify Unblock PIN",