diff options
| author | Werner Koch <[email protected]> | 2006-09-21 13:30:45 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2006-09-21 13:30:45 +0000 |
| commit | 43ab905823df0ae44607cda41da9c105e009c1e5 (patch) | |
| tree | 155ab1ee960c61dbaa5c4db6747358fa0117bf14 /sm/gpgsm.c | |
| parent | Cleanups. (diff) | |
| download | gnupg-43ab905823df0ae44607cda41da9c105e009c1e5.tar.gz gnupg-43ab905823df0ae44607cda41da9c105e009c1e5.zip | |
Various updates
Diffstat (limited to 'sm/gpgsm.c')
| -rw-r--r-- | sm/gpgsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index f7b2c7aed..6769a486d 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -268,6 +268,7 @@ static ARGPARSE_OPTS opts[] = { { aPasswd, "passwd", 256, N_("change a passphrase")}, { aGPGConfList, "gpgconf-list", 256, "@" }, + { aDumpKeys, "dump-cert", 256, "@"}, { aDumpKeys, "dump-keys", 256, "@"}, { aDumpChain, "dump-chain", 256, "@"}, { aDumpExternalKeys, "dump-external-keys", 256, "@"}, |
