aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/getopt_helpers.c')
-rw-r--r--src/util/getopt_helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index 77032e501..d6ba85733 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -68,6 +68,7 @@ GNUNET_GETOPT_option_version (const char *version)
68 .shortName = 'v', 68 .shortName = 'v',
69 .name = "version", 69 .name = "version",
70 .description = gettext_noop("print the version number"), 70 .description = gettext_noop("print the version number"),
71 .option_exclusive = 1,
71 .processor = &print_version, 72 .processor = &print_version,
72 .scls = (void *) version 73 .scls = (void *) version
73 }; 74 };