diff options
author | David Shaw <[email protected]> | 2005-11-10 21:30:27 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-11-10 21:30:27 +0000 |
commit | 477ded81a40eddbe9244550245dd2596191376a1 (patch) | |
tree | c8a0bc1f4f0e66d0bd7091b583b84832b1a2680c /g10/export.c | |
parent | * trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove all (diff) | |
download | gnupg-477ded81a40eddbe9244550245dd2596191376a1.tar.gz gnupg-477ded81a40eddbe9244550245dd2596191376a1.zip |
* 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.
Diffstat (limited to '')
-rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index a57105402..4052fb7b1 100644 --- a/g10/export.c +++ b/g10/export.c @@ -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 */ |