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 /g10/options.h | |
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 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 053af915f..02c49c4e5 100644 --- a/g10/options.h +++ b/g10/options.h @@ -409,7 +409,7 @@ EXTERN_UNLESS_MAIN_MODULE int memory_stat_debug_mode; #define IMPORT_MERGE_ONLY (1<<4) #define IMPORT_MINIMAL (1<<5) #define IMPORT_CLEAN (1<<6) -#define IMPORT_NO_SECKEY (1<<7) +#define IMPORT_ONLY_PUBKEYS (1<<7) #define IMPORT_KEEP_OWNERTTRUST (1<<8) #define IMPORT_EXPORT (1<<9) #define IMPORT_RESTORE (1<<10) |