1
0
Fork 0
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:
David Shaw 2005-11-10 21:30:27 +00:00
parent debc169f88
commit 477ded81a4
4 changed files with 16 additions and 7 deletions

View file

@ -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 */