Add missing help text for --passphrase

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@232 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-02-25 13:51:11 +00:00
parent c2cbf21baa
commit 9879318a6a
1 changed files with 1 additions and 2 deletions

View File

@ -76,7 +76,6 @@ const struct option options[] = {
{ "store-key", required_argument, 0, 'S' },
{ "key-format", required_argument, 0, 'f' },
{ "passphrase", required_argument, 0, OPT_PASSPHRASE },
{ "profile", required_argument, 0, 'p' },
{ "options-file", required_argument, 0, OPT_OPTIONS },
{ "debug", no_argument, 0, 'd' },
@ -94,7 +93,7 @@ const char * option_help[] = {
"Output public portion of generated key to file",
"Store private key",
"Specify key file format (default PEM)",
"Specicy passphrase for unlocking secret key",
"Specify the profile to use",
"Read additional command line options from file",
"Enable debugging output",