From 609fb32a25720c8d7613e4506043b9fa1c9bd347 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 20 Dec 2004 20:05:47 +0000 Subject: [PATCH] fix help message (supplied by Philipp Marek) git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2027 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tools/pkcs11-tool.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tools/pkcs11-tool.c b/src/tools/pkcs11-tool.c index a8bc86ed..5271b321 100644 --- a/src/tools/pkcs11-tool.c +++ b/src/tools/pkcs11-tool.c @@ -70,6 +70,7 @@ const struct option options[] = { { "input-file", 1, 0, 'i' }, { "output-file", 1, 0, 'o' }, { "module", 1, 0, OPT_MODULE }, + { "test", 0, 0, 't' }, { "moz-cert", 1, 0, 'z' }, { "verbose", 0, 0, 'v' }, @@ -79,8 +80,8 @@ const struct option options[] = { const char *option_help[] = { "Show global token information", "List slots available on the token", - "Show slot information", "List mechanisms supported by the token", + "Show objects on token", "Sign some data", "Hash some data", @@ -96,9 +97,9 @@ const char *option_help[] = { "Specify the type of object (e.g. cert, privkey, pubkey)", "Specify the id of the object", "Specify the label of the object", - "Set the CKA_ID of an object, = the (new) CKA_ID", "Specify number of the slot to use", "Specify label of the slot to use", + "Set the CKA_ID of an object, = the (new) CKA_ID", "Specify the input file", "Specify the output file", "Specify the module to load",