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
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;