From 4e308e2607a21b67cd23e672c91d3c8833290fa2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Sep 2021 19:59:14 +0200 Subject: [PATCH] fix double version printing --- src/exchange/taler-exchange-httpd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index af0a49082..57ca085a6 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -1534,7 +1534,6 @@ main (int argc, #endif GNUNET_GETOPT_option_help ( "HTTP server providing a RESTful API to access a Taler exchange"), - GNUNET_GETOPT_option_version (VERSION "-" VCS_VERSION), GNUNET_GETOPT_OPTION_END }; enum GNUNET_GenericReturnValue ret;