diff options
author | David Shaw <[email protected]> | 2004-03-25 22:43:51 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-03-25 22:43:51 +0000 |
commit | 80c8b0c3a4fb810d65fd3f056dcfbbba2c3947ef (patch) | |
tree | 8438cea6980b4828b982e2846a1790c3f52c199d /g10/options.h | |
parent | * keyedit.c (sign_uids, show_key_and_fingerprint, ask_revoke_sig, (diff) | |
download | gnupg-80c8b0c3a4fb810d65fd3f056dcfbbba2c3947ef.tar.gz gnupg-80c8b0c3a4fb810d65fd3f056dcfbbba2c3947ef.zip |
* options.h, g10.c (main), compress-bz2.c (init_uncompress): Rename
--bzip2-compress-lowmem to --bzip2-decompress-lowmem since it applies to
decompression, not compression.
Diffstat (limited to '')
-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 e948a1d53..1051d9ff0 100644 --- a/g10/options.h +++ b/g10/options.h @@ -73,7 +73,7 @@ struct int compress_algo; int compress_level; int bz2_compress_level; - int bz2_compress_lowmem; + int bz2_decompress_lowmem; const char *def_secret_key; char *def_recipient; int def_recipient_self; |