diff options
author | Werner Koch <[email protected]> | 2015-10-01 14:22:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-01 14:24:59 +0000 |
commit | 13a3f65968f4a8205ca664cc46b1a53de4dc489b (patch) | |
tree | a800865351ff174fc4028bd2fdbf373b1eb7d471 /doc | |
parent | common: Fix strsplit. (diff) | |
download | gnupg-13a3f65968f4a8205ca664cc46b1a53de4dc489b.tar.gz gnupg-13a3f65968f4a8205ca664cc46b1a53de4dc489b.zip |
gpg: Add debug helper to --edit-keys's check sub-command.
* g10/keyedit.c (print_and_check_one_sig): Add arg "extended" and
print an asterisk for the chosen selfsig.
(check_all_keysigs): Add arg "only_selfsig"
(keyedit_menu) <cmdCHECK>: Add optional arg "selfsig".
--
Using "check selfsig" prints only the self-signatures and indicates
the chosen selfsig with an asterisk.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 9d62afb7f..28e4f8314 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -660,7 +660,8 @@ create a signature of any type desired. @item check @opindex keyedit:check - Check the signatures on all selected user IDs. + Check the signatures on all selected user IDs. With the extra + option @code{selfsig} only self-signatures are shown. @item adduid @opindex keyedit:adduid |