mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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:
parent
03376ed88a
commit
5e1843fc47
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user