mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Add --delete-keys as alias for --delete-key.
This commit is contained in:
parent
969dfd9890
commit
c1329ec7c6
@ -1,3 +1,7 @@
|
||||
2008-10-13 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgsm.c: Add alias --delete-keys.
|
||||
|
||||
2008-09-30 Werner Koch <wk@g10code.com>
|
||||
|
||||
* server.c (cmd_getinfo): New subcommand agent-check.
|
||||
|
@ -259,7 +259,7 @@ static ARGPARSE_OPTS opts[] = {
|
||||
{ aListChain, "list-chain", 256, N_("list certificate chain")},
|
||||
{ oFingerprint, "fingerprint", 256, N_("list keys and fingerprints")},
|
||||
{ aKeygen, "gen-key", 256, "@" },
|
||||
{ aDeleteKey, "delete-key",256, N_("remove key from the public keyring")},
|
||||
{ aDeleteKey, "delete-keys",256,N_("remove keys from the public keyring")},
|
||||
{ aSendKeys, "send-keys" , 256, N_("export keys to a key server") },
|
||||
{ aRecvKeys, "recv-keys" , 256, N_("import keys from a key server") },
|
||||
{ aImport, "import", 256 , N_("import certificates")},
|
||||
@ -447,6 +447,7 @@ static ARGPARSE_OPTS opts[] = {
|
||||
{ aListChain, "list-sigs",256, "@" }, /* alias */
|
||||
{ aListChain, "check-sig",256, "@" }, /* alias */
|
||||
{ aListChain, "check-sigs",256, "@"}, /* alias */
|
||||
{ aDeleteKey, "delete-key",256,"@"}, /* alias */
|
||||
{ oSkipVerify, "skip-verify",0, "@" },
|
||||
{ oCompressKeys, "compress-keys",0, "@"},
|
||||
{ oCompressSigs, "compress-sigs",0, "@"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user