summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-03 11:26:51 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-03 11:26:51 +0200
commit68e319e9b9fb7d948c7bd1251beb6414a9c1f895 (patch)
tree882c29821f826479e7efabef53ab0a5d143c32d0
parent83359f4a182c20034b339be387ade30a50faaeb6 (diff)
downloadmerchant-68e319e9b9fb7d948c7bd1251beb6414a9c1f895.tar.gz
merchant-68e319e9b9fb7d948c7bd1251beb6414a9c1f895.tar.bz2
merchant-68e319e9b9fb7d948c7bd1251beb6414a9c1f895.zip
fix previous renaming
-rw-r--r--src/merchant-tools/Makefile.am2
-rw-r--r--src/merchant-tools/taler-merchant-benchmark.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/merchant-tools/Makefile.am b/src/merchant-tools/Makefile.am
index 4533c0bc..bf52f500 100644
--- a/src/merchant-tools/Makefile.am
+++ b/src/merchant-tools/Makefile.am
@@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include
bin_PROGRAMS = \
taler-merchant-dbinit \
- taler-merchant-generate-payments
+ taler-merchant-benchmark
taler_merchant_dbinit_SOURCES = \
taler-merchant-dbinit.c
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
index 61d7204b..ab65e2fc 100644
--- a/src/merchant-tools/taler-merchant-benchmark.c
+++ b/src/merchant-tools/taler-merchant-benchmark.c
@@ -442,10 +442,9 @@ main (int argc,
GNUNET_GETOPT_option_version
(PACKAGE_VERSION " " VCS_VERSION),
- GNUNET_GETOPT_option_string
+ GNUNET_GETOPT_option_flag
('h',
"help",
- NULL,
"root help TBW",
&root_help),