From 5d9269cb4f981783fd6b3af40abc6502f626e7b3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 5 Jun 2024 13:50:17 +0200 Subject: [PATCH] doc: Extend description for GPGME_CREATE_ADSK -- --- doc/gpgme.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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