aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-06-05 11:50:17 +0000
committerWerner Koch <[email protected]>2024-06-05 11:50:17 +0000
commit5d9269cb4f981783fd6b3af40abc6502f626e7b3 (patch)
tree95274de2971a8980f5b36141fe2cb2bb408ccd13 /doc
parentcore,w32: Pass file names with forward slashes to gpg and gpgtar (diff)
downloadgpgme-5d9269cb4f981783fd6b3af40abc6502f626e7b3.tar.gz
gpgme-5d9269cb4f981783fd6b3af40abc6502f626e7b3.zip
doc: Extend description for GPGME_CREATE_ADSK
--
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgme.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 48cca032..45dc9e9b 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -4393,7 +4393,10 @@ Request generation of keys that do not expire.
@item GPGME_CREATE_ADSK
@since{1.24.0}
-Add an ADSK to the key.
+Add an ADSK to the key. With this flag @var{algo} is expected to be
+the hexified fingerprint of the ADSK to be added; this must be a
+subkey. If the string "default" is used for @var{algo} the engine
+will add all ADSK as it would do for new keys.
@end table