- fixed help messages broken by previous patch

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@829 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-01-03 17:07:56 +00:00
parent 2699670762
commit ad7fb4ee05
3 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@ const struct option options[] = {
const char *option_help[] = {
"Uses reader number <arg> [0]",
"Forces the use of driver <arg> [auto-detect]",
"Wait for card insertion",
"Debug output -- maybe supplied several times",
};

View File

@ -79,6 +79,7 @@ const char *option_help[] = {
"Quiet operation",
"Debug output -- may be supplied several times",
"Uses password (PIN) <arg>",
"Wait for card insertion",
};
struct sc_context *ctx = NULL;

View File

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