fix help message (supplied by Philipp Marek)

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2027 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2004-12-20 20:05:47 +00:00
parent 01f549da22
commit 609fb32a25

View File

@ -70,6 +70,7 @@ const struct option options[] = {
{ "input-file", 1, 0, 'i' }, { "input-file", 1, 0, 'i' },
{ "output-file", 1, 0, 'o' }, { "output-file", 1, 0, 'o' },
{ "module", 1, 0, OPT_MODULE }, { "module", 1, 0, OPT_MODULE },
{ "test", 0, 0, 't' }, { "test", 0, 0, 't' },
{ "moz-cert", 1, 0, 'z' }, { "moz-cert", 1, 0, 'z' },
{ "verbose", 0, 0, 'v' }, { "verbose", 0, 0, 'v' },
@ -79,8 +80,8 @@ const struct option options[] = {
const char *option_help[] = { const char *option_help[] = {
"Show global token information", "Show global token information",
"List slots available on the token", "List slots available on the token",
"Show slot information",
"List mechanisms supported by the token", "List mechanisms supported by the token",
"Show objects on token",
"Sign some data", "Sign some data",
"Hash 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 type of object (e.g. cert, privkey, pubkey)",
"Specify the id of the object", "Specify the id of the object",
"Specify the label of the object", "Specify the label of the object",
"Set the CKA_ID of an object, <args>= the (new) CKA_ID",
"Specify number of the slot to use", "Specify number of the slot to use",
"Specify label of the slot to use", "Specify label of the slot to use",
"Set the CKA_ID of an object, <args>= the (new) CKA_ID",
"Specify the input file", "Specify the input file",
"Specify the output file", "Specify the output file",
"Specify the module to load", "Specify the module to load",