diff options
author | Werner Koch <[email protected]> | 2016-04-19 15:47:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-04-19 15:57:21 +0000 |
commit | d02de6c0a4a55a2720cfa5caddcbfc4ce988a2ec (patch) | |
tree | cc1f740d800d44f56c30118043adaea51dbff089 /doc | |
parent | gpg: Avoid debug like output at start of --edit-key. (diff) | |
download | gnupg-d02de6c0a4a55a2720cfa5caddcbfc4ce988a2ec.tar.gz gnupg-d02de6c0a4a55a2720cfa5caddcbfc4ce988a2ec.zip |
gpg: Improve UID selction of --quick-sign-key.
* g10/keyedit.c (keyedit_quick_sign): Improve UID selection and print
error for non-found userids.
--
GnuPG-bug-id: 2315
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 5994d9f4a..781a18828 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -973,9 +973,12 @@ Directly sign a key from the passphrase without any further user interaction. The @code{fpr} must be the verified primary fingerprint of a key in the local keyring. If no @code{names} are given, all useful user ids are signed; with given [@code{names}] only useful user -ids matching one of theses names are signed. The command -@option{--quick-lsign-key} marks the signatures as non-exportable. If -such a non-exportable signature already exists the +ids matching one of theses names are signed. By default, or if a name +is prefixed with a '*', a case insensitive substring match is used. +If a name is prefixed with a '=' a case sensitive exact match is done. + +The command @option{--quick-lsign-key} marks the signatures as +non-exportable. If such a non-exportable signature already exists the @option{--quick-sign-key} turns it into a exportable signature. This command uses reasonable defaults and thus does not provide the |