diff options
Diffstat (limited to 'sm')
-rw-r--r-- | sm/ChangeLog | 2 | ||||
-rw-r--r-- | sm/gpgsm.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index 986432f2f..3d67226e9 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,5 +1,7 @@ 2006-09-20 Werner Koch <[email protected]> + * gpgsm.c: Add alias command --dump-cert. + * Makefile.am: Changes to allow parallel make runs. 2006-09-18 Werner Koch <[email protected]> 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, "@"}, |