diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-25 23:39:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-25 23:39:32 +0100 |
commit | e3e693d8ef3e04a0efd97ea4c2f5f640bc9b1826 (patch) | |
tree | 6e956fd8f88b99a588e00b11f4e54d4663b25cf5 /src/backend/taler-merchant-httpd.c | |
parent | 17f156abb47e11c53a0d4c8eacfdbfeb3a399dfb (diff) |
fix #7105
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r-- | src/backend/taler-merchant-httpd.c | 1 |
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 }; |