diff options
author | Werner Koch <[email protected]> | 2006-09-06 11:53:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-06 11:53:24 +0000 |
commit | 7b9fa9da99e5e8dd26219a3c501994deee4b794c (patch) | |
tree | 6d30a1b2941bd5d28ebb0294915660b0f1881002 /g10/gpg.c | |
parent | Missing file (diff) | |
download | gnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.tar.gz gnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.zip |
Minor changes and typo fixes.
Diffstat (limited to '')
-rw-r--r-- | g10/gpg.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2012,8 +2012,14 @@ main (int argc, char **argv ) case aRefreshKeys: case aFetchKeys: case aExport: +#ifdef ENABLE_CARD_SUPPORT + case aCardStatus: + case aCardEdit: + case aChangePIN: +#endif /* ENABLE_CARD_SUPPORT*/ set_cmd (&cmd, pargs.r_opt); break; + case aListKeys: set_cmd( &cmd, aListKeys); break; case aListSigs: set_cmd( &cmd, aListSigs); break; case aExportSecret: set_cmd( &cmd, aExportSecret); break; |