diff --git a/g10/ChangeLog b/g10/ChangeLog index c624d82ad..22884e2d8 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +2003-11-15 David Shaw + + * g10.c: Add --compress-level (same as -z). + 2003-11-05 David Shaw * mainproc.c (proc_symkey_enc): Don't show algorithm information diff --git a/g10/g10.c b/g10/g10.c index f1318529f..1553cdddb 100644 --- a/g10/g10.c +++ b/g10/g10.c @@ -387,7 +387,7 @@ static ARGPARSE_OPTS opts[] = { { oEncryptTo, "encrypt-to", 2, "@" }, { oNoEncryptTo, "no-encrypt-to", 0, "@" }, { oUser, "local-user",2, N_("use this user-id to sign or decrypt")}, - { oCompress, NULL, 1, N_("|N|set compress level N (0 disables)") }, + { oCompress, "compress-level", 1, N_("|N|set compress level N (0 disables)") }, { oTextmodeShort, NULL, 0, "@"}, { oTextmode, "textmode", 0, N_("use canonical text mode")}, { oNoTextmode, "no-textmode", 0, "@"},