mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <neal@g10code.com> GnuPG-bug-id: 1423 Debian-bug-id: 610336
This commit is contained in:
parent
1e3dbb15af
commit
0b86c7463c
2 changed files with 62 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue