diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-28 19:59:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-28 19:59:14 +0200 |
commit | 4e308e2607a21b67cd23e672c91d3c8833290fa2 (patch) | |
tree | 6f705393f193c7132e0ba87c032101f46aedb043 | |
parent | 6887d7d4998e157365b171c3f662325731664874 (diff) |
fix double version printing
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |