mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix usage of ARGPARSE_OPTS.
* agent/gpg-agent.c, agent/preset-passphrase.c, dirmngr/dirmngr-client.c, dirmngr/dirmngr_ldap.c, kbx/kbxutil.c, tools/gpg-check-pattern.c, tools/gpgconf.c, tools/gpgsplit.c, tools/symcryptrun.c: Use ARGPARSE_end. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
f17862d47d
commit
fa63db89f9
9 changed files with 13 additions and 9 deletions
|
@ -75,7 +75,9 @@ static ARGPARSE_OPTS opts[] = {
|
|||
{ oUncompress, "uncompress", 0, "uncompress a packet"},
|
||||
{ oSecretToPublic, "secret-to-public", 0, "convert secret keys to public keys"},
|
||||
{ oNoSplit, "no-split", 0, "write to stdout and don't actually split"},
|
||||
{0} };
|
||||
|
||||
ARGPARSE_end ()
|
||||
};
|
||||
|
||||
|
||||
static const char *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue