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 } };