mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: --compress-sigs and --compress-keys are not no-ops in 2.0
* g10/gpg.c: Cleanup argument parsing.
--
c76117f8b0
mistakenly marked
compress-sigs and compress-keys as no-ops on the 2.0.x branch.
These options still have an effect on the 2.0.x branch, and the
duplicate declaration also causes the gpg argument parser to fail when
shortened versions of the option are present, like:
gpg: option "--compress-k" is ambiguous
This commit is contained in:
parent
3e14da863a
commit
dcb5fa8747
1 changed files with 0 additions and 2 deletions
|
@ -770,8 +770,6 @@ static ARGPARSE_OPTS opts[] = {
|
|||
/* Dummy options. */
|
||||
ARGPARSE_s_n (oNoop, "sk-comments", "@"),
|
||||
ARGPARSE_s_n (oNoop, "no-sk-comments", "@"),
|
||||
ARGPARSE_s_n (oNoop, "compress-keys", "@"),
|
||||
ARGPARSE_s_n (oNoop, "compress-sigs", "@"),
|
||||
|
||||
ARGPARSE_end ()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue