mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
gpg: Avoid duplicate declaration of {no-,}sk-comments noops.
* g10/gpg.c: Cleanup argument parsing. -- With c76117f8b0165fe5cec5e7f234f55f5a4cd7f0ab, the GnuPG 2.0.x branch accidentally introduced a second (identical) argument parser for both --sk-comments, and for --no-sk-comments. This caused short versions (e.g. omitting the trailing "s", as gpgme does) of either command to fail with: gpg: option "--sk-comment" is ambiguous
This commit is contained in:
parent
36179da032
commit
3e14da863a
@ -538,9 +538,6 @@ static ARGPARSE_OPTS opts[] = {
|
|||||||
ARGPARSE_s_i (oAttributeFD, "attribute-fd", "@"),
|
ARGPARSE_s_i (oAttributeFD, "attribute-fd", "@"),
|
||||||
ARGPARSE_s_s (oAttributeFile, "attribute-file", "@"),
|
ARGPARSE_s_s (oAttributeFile, "attribute-file", "@"),
|
||||||
|
|
||||||
ARGPARSE_s_n (oNoop, "sk-comments", "@"),
|
|
||||||
ARGPARSE_s_n (oNoop, "no-sk-comments", "@"),
|
|
||||||
|
|
||||||
ARGPARSE_s_i (oCompletesNeeded, "completes-needed", "@"),
|
ARGPARSE_s_i (oCompletesNeeded, "completes-needed", "@"),
|
||||||
ARGPARSE_s_i (oMarginalsNeeded, "marginals-needed", "@"),
|
ARGPARSE_s_i (oMarginalsNeeded, "marginals-needed", "@"),
|
||||||
ARGPARSE_s_i (oMaxCertDepth, "max-cert-depth", "@" ),
|
ARGPARSE_s_i (oMaxCertDepth, "max-cert-depth", "@" ),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user