1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-09 12:54:23 +01:00

* g10.c: Add --compress-level (same as -z).

This commit is contained in:
David Shaw 2003-11-15 13:40:20 +00:00
parent 444ccb2fad
commit 964cb93108
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
2003-11-15 David Shaw <dshaw@jabberwocky.com>
* g10.c: Add --compress-level (same as -z).
2003-11-05 David Shaw <dshaw@jabberwocky.com>
* mainproc.c (proc_symkey_enc): Don't show algorithm information

@ -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, "@"},