summaryrefslogtreecommitdiffstats
path: root/doc/gpg.texi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-07-23 12:18:19 +0200
committerWerner Koch <wk@gnupg.org>2014-07-23 12:18:19 +0200
commit17404b2fccbc74c4f0b2364cc08e9dcc64175cf8 (patch)
tree0e1e0df1292352d30ac0536ec18dd5b44e8ef1fe /doc/gpg.texi
parentRegister DCO for Andreas Schwier (diff)
downloadgnupg2-17404b2fccbc74c4f0b2364cc08e9dcc64175cf8.tar.xz
gnupg2-17404b2fccbc74c4f0b2364cc08e9dcc64175cf8.zip
gpg: Make --quick-sign-key promote local key signatures.
* g10/keyedit.c (sign_uids): Promote local sigs in quick mode.
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r--doc/gpg.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 5efc16e86..3370ff2c4 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -932,7 +932,9 @@ 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.
+@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
full flexibility of the "sign" subcommand from @option{--edit-key}.