--wait option don't need argument

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4335 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
flc 2010-05-11 14:30:15 +00:00
parent e63d12bc8f
commit a4df57eb4d
1 changed files with 1 additions and 1 deletions

View File

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