aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2006-03-08 02:40:42 +0000
committerDavid Shaw <[email protected]>2006-03-08 02:40:42 +0000
commit90d8377276a654e30fa49bf2711df52e2b059e90 (patch)
treebc7212897b072d36d4b46373501c705ff3939062 /g10/keyedit.c
parent* NEWS: Note CERT retrieval. Tweak PKA and backsig language to match (diff)
downloadgnupg-90d8377276a654e30fa49bf2711df52e2b059e90.tar.gz
gnupg-90d8377276a654e30fa49bf2711df52e2b059e90.zip
* options.h, mainproc.c (check_sig_and_print), gpg.c (main):
pka-lookups, not pka-lookup. * options.h, gpg.c (main), keyedit.c [cmds], sig-check.c (signature_check2): Rename "backsign" to "cross-certify" as a more accurate name.
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r--g10/keyedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 52025ce27..d451e5079 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -1363,6 +1363,7 @@ static struct
{ "key" , cmdSELKEY , 0, N_("select subkey N") },
{ "check" , cmdCHECK , 0, N_("check signatures") },
{ "c" , cmdCHECK , 0, NULL },
+ { "cross-certify", cmdBACKSIGN , KEYEDIT_NOT_SK|KEYEDIT_NEED_SK, NULL },
{ "backsign", cmdBACKSIGN , KEYEDIT_NOT_SK|KEYEDIT_NEED_SK, NULL },
{ "sign" , cmdSIGN , KEYEDIT_NOT_SK|KEYEDIT_TAIL_MATCH,
N_("sign selected user IDs [* see below for related commands]") },