From 9879318a6a1a3b2a41c949186b5b7319587ef617 Mon Sep 17 00:00:00 2001 From: aet Date: Mon, 25 Feb 2002 13:51:11 +0000 Subject: [PATCH] Add missing help text for --passphrase git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@232 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tools/pkcs15-init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/pkcs15-init.c b/src/tools/pkcs15-init.c index 71126570..d497faa6 100644 --- a/src/tools/pkcs15-init.c +++ b/src/tools/pkcs15-init.c @@ -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",