gpg: Add dummy option --with-subkey-fingerprint.

* g10/gpg.c (opts): Add dummy option.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-08-17 14:50:35 +02:00
parent 03376ed88a
commit 5e1843fc47
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 5 additions and 0 deletions

View File

@ -742,6 +742,11 @@ static ARGPARSE_OPTS opts[] = {
{ oNoRequireCrossCert, "no-require-cross-certification", 0, "@"},
{ oAutoKeyLocate, "auto-key-locate", 2, "@"},
{ oNoAutoKeyLocate, "no-auto-key-locate", 0, "@"},
/* Options from later gpg versions which we ignore. */
{ oNoop, "with-subkey-fingerprint", 0, "@" },
{0,NULL,0,NULL}
};