diff options
author | Werner Koch <[email protected]> | 2024-06-05 11:50:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-06-05 11:50:17 +0000 |
commit | 5d9269cb4f981783fd6b3af40abc6502f626e7b3 (patch) | |
tree | 95274de2971a8980f5b36141fe2cb2bb408ccd13 /doc | |
parent | core,w32: Pass file names with forward slashes to gpg and gpgtar (diff) | |
download | gpgme-5d9269cb4f981783fd6b3af40abc6502f626e7b3.tar.gz gpgme-5d9269cb4f981783fd6b3af40abc6502f626e7b3.zip |
doc: Extend description for GPGME_CREATE_ADSK
--
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 5 |
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 |