diff options
author | Neal H. Walfield <[email protected]> | 2015-11-17 20:21:03 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-11-17 20:23:16 +0000 |
commit | 0b86c7463c8c057496b38e06c00f0ae4288dad49 (patch) | |
tree | 13fdee3ea7842ebeef76189277e1d612b7b53d2e /doc | |
parent | dirmngr: Fix specifying keyservers by IP address. (diff) | |
download | gnupg-0b86c7463c8c057496b38e06c00f0ae4288dad49.tar.gz gnupg-0b86c7463c8c057496b38e06c00f0ae4288dad49.zip |
gpg: Allow selecting subkeys using a keyid.
* g10/keyedit.c (menu_select_key): Take an additional argument, p.
Update callers. If P is a hex string, then assume that P is a key id
or fingerprint and select subkeys with matching key ids or
fingerprints.
* doc/gpg.texi: Update documentation for the key subcommand.
--
Signed-off-by: Neal H. Walfield <[email protected]>
GnuPG-bug-id: 1423
Debian-bug-id: 610336
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index dcef49506..d6ae5796d 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -613,7 +613,7 @@ line. @item key @code{n} @opindex keyedit:key - Toggle selection of subkey with index @code{n}. + Toggle selection of subkey with index @code{n} or key ID @code{n}. Use @code{*} to select all and @code{0} to deselect all. @item sign |