fix double version printing

This commit is contained in:
Christian Grothoff 2021-09-28 19:59:14 +02:00
parent 6887d7d499
commit 4e308e2607
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1534,7 +1534,6 @@ main (int argc,
#endif #endif
GNUNET_GETOPT_option_help ( GNUNET_GETOPT_option_help (
"HTTP server providing a RESTful API to access a Taler exchange"), "HTTP server providing a RESTful API to access a Taler exchange"),
GNUNET_GETOPT_option_version (VERSION "-" VCS_VERSION),
GNUNET_GETOPT_OPTION_END GNUNET_GETOPT_OPTION_END
}; };
enum GNUNET_GenericReturnValue ret; enum GNUNET_GenericReturnValue ret;