mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add --import-option "no-seckeys".
* g10/import.c (parse_import_options): Add "no-seckeys". -- GnuPG-bug-id: 7146
This commit is contained in:
parent
c489bf7e7e
commit
7788aba7d8
2 changed files with 5 additions and 0 deletions
|
@ -207,6 +207,8 @@ parse_import_options(char *str,unsigned int *options,int noisy)
|
|||
{"show-only", (IMPORT_SHOW | IMPORT_DRY_RUN), NULL,
|
||||
NULL},
|
||||
|
||||
{"no-seckeys", IMPORT_NO_SECKEY, NULL, NULL},
|
||||
|
||||
/* Aliases for backward compatibility */
|
||||
{"allow-local-sigs",IMPORT_LOCAL_SIGS,NULL,NULL},
|
||||
{"repair-hkp-subkey-bug",IMPORT_REPAIR_PKS_SUBKEY_BUG,NULL,NULL},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue