summaryrefslogtreecommitdiffstats
path: root/tools/gpg-check-pattern.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-07-19 06:41:18 +0200
committerNIIBE Yutaka <gniibe@fsij.org>2017-07-19 06:41:18 +0200
commitfa63db89f9581186ed758c502d4e69914b774157 (patch)
tree7c8a7d1c47c74d357c12b5cb9c7a031eaebdc685 /tools/gpg-check-pattern.c
parentcommon: Allow abbreviations of standard options. (diff)
downloadgnupg2-fa63db89f9581186ed758c502d4e69914b774157.tar.xz
gnupg2-fa63db89f9581186ed758c502d4e69914b774157.zip
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>
Diffstat (limited to 'tools/gpg-check-pattern.c')
-rw-r--r--tools/gpg-check-pattern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-check-pattern.c b/tools/gpg-check-pattern.c
index 719734090..4db8f3706 100644
--- a/tools/gpg-check-pattern.c
+++ b/tools/gpg-check-pattern.c
@@ -74,7 +74,7 @@ static ARGPARSE_OPTS opts[] = {
{ oCheck, "check", 0, "run only a syntax check on the patternfile" },
{ oNull, "null", 0, "input is expected to be null delimited" },
- {0}
+ ARGPARSE_end ()
};