From a4df57eb4dc107728b6acd2594d7124e07d28ddb Mon Sep 17 00:00:00 2001 From: flc Date: Tue, 11 May 2010 14:30:15 +0000 Subject: [PATCH] --wait option don't need argument git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4335 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tools/opensc-explorer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/opensc-explorer.c b/src/tools/opensc-explorer.c index 0be7b946..bd209624 100644 --- a/src/tools/opensc-explorer.c +++ b/src/tools/opensc-explorer.c @@ -50,7 +50,7 @@ static sc_card_t *card = NULL; static const struct option options[] = { { "reader", 1, NULL, 'r' }, { "card-driver", 1, NULL, 'c' }, - { "wait", 1, NULL, 'w' }, + { "wait", 0, NULL, 'w' }, { "verbose", 0, NULL, 'v' }, { NULL, 0, NULL, 0 } };