From ad7fb4ee05fb5219cd08349302b0353405ca253f Mon Sep 17 00:00:00 2001 From: okir Date: Fri, 3 Jan 2003 17:07:56 +0000 Subject: [PATCH] - fixed help messages broken by previous patch git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@829 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tools/opensc-explorer.c | 1 + src/tools/pkcs15-crypt.c | 1 + src/tools/pkcs15-tool.c | 1 + 3 files changed, 3 insertions(+) diff --git a/src/tools/opensc-explorer.c b/src/tools/opensc-explorer.c index 60cc2a87..31ad3afa 100644 --- a/src/tools/opensc-explorer.c +++ b/src/tools/opensc-explorer.c @@ -54,6 +54,7 @@ const struct option options[] = { const char *option_help[] = { "Uses reader number [0]", "Forces the use of driver [auto-detect]", + "Wait for card insertion", "Debug output -- maybe supplied several times", }; diff --git a/src/tools/pkcs15-crypt.c b/src/tools/pkcs15-crypt.c index cbbde017..14c2fd88 100644 --- a/src/tools/pkcs15-crypt.c +++ b/src/tools/pkcs15-crypt.c @@ -79,6 +79,7 @@ const char *option_help[] = { "Quiet operation", "Debug output -- may be supplied several times", "Uses password (PIN) ", + "Wait for card insertion", }; struct sc_context *ctx = NULL; diff --git a/src/tools/pkcs15-tool.c b/src/tools/pkcs15-tool.c index e3de3ac1..62f13ea7 100644 --- a/src/tools/pkcs15-tool.c +++ b/src/tools/pkcs15-tool.c @@ -87,6 +87,7 @@ const char *option_help[] = { "Debug output -- may be supplied several times", "Disable card caching", "The auth ID of the PIN to use", + "Wait for card insertion", }; struct sc_context *ctx = NULL;