mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, import.c (parse_import_options, clean_sigs_from_all_uids,
import_one): Add import-minimal option. Similar to export-minimal, except it works on the way in.
This commit is contained in:
parent
debc169f88
commit
477ded81a4
4 changed files with 16 additions and 7 deletions
|
@ -72,7 +72,7 @@ parse_export_options(char *str,unsigned int *options,int noisy)
|
|||
N_("remove unusable user IDs during export")},
|
||||
{"export-minimal",
|
||||
EXPORT_MINIMAL|EXPORT_CLEAN_SIGS|EXPORT_CLEAN_UIDS,NULL,
|
||||
N_("export the smallest key possible")},
|
||||
N_("remove unusable user IDs and all signatures during export")},
|
||||
{"export-reset-subkey-passwd",EXPORT_RESET_SUBKEY_PASSWD,NULL,
|
||||
N_("remove the passphrase from exported subkeys")},
|
||||
/* Aliases for backward compatibility */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue