diff options
author | Werner Koch <[email protected]> | 2024-06-24 09:49:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-06-24 09:49:05 +0000 |
commit | 4c65dfeb2878ee397edcd9918e32db2c39529101 (patch) | |
tree | cfa9a3e295dfc02c8f49f58ae17057e7dab1f407 /doc | |
parent | sm: Emit user IDs in colon mode even if the Subject is empty. (diff) | |
download | gnupg-4c65dfeb2878ee397edcd9918e32db2c39529101.tar.gz gnupg-4c65dfeb2878ee397edcd9918e32db2c39529101.zip |
gpg: Rename recently added import option no-seckeys to only-pubkeys.
* g10/import.c (parse_import_options): Rename option.
* g10/options.h (IMPORT_NO_SECKEY): Rename to IMPORT_ONLY_PUBKEYS.
Change all users.
--
GnuPG-bug-id: 7146
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 9d63b11e5..3eecc7d64 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2176,7 +2176,7 @@ are available for all keyserver types, some common options are: this option is not used with HKP keyservers, as they do not support retrieving keys by subkey id. - @item no-seckeys + @item only-pubkeys Do now allow to import secret keys. @item timeout |