summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-25 23:39:32 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-25 23:39:32 +0100
commite3e693d8ef3e04a0efd97ea4c2f5f640bc9b1826 (patch)
tree6e956fd8f88b99a588e00b11f4e54d4663b25cf5 /src/backend
parent17f156abb47e11c53a0d4c8eacfdbfeb3a399dfb (diff)
downloadmerchant-e3e693d8ef3e04a0efd97ea4c2f5f640bc9b1826.tar.gz
merchant-e3e693d8ef3e04a0efd97ea4c2f5f640bc9b1826.tar.bz2
merchant-e3e693d8ef3e04a0efd97ea4c2f5f640bc9b1826.zip
fix #7105
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 727a982e..e7f4dc2f 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1844,6 +1844,7 @@ main (int argc,
"TOKEN",
"use TOKEN to initially authenticate access to the default instance (you can also set the TALER_MERCHANT_TOKEN environment variable instead)",
&TMH_default_auth),
+ GNUNET_GETOPT_option_version (PACKAGE_VERSION "-" VCS_VERSION),
GNUNET_GETOPT_OPTION_END
};