commit 68e319e9b9fb7d948c7bd1251beb6414a9c1f895
parent 83359f4a182c20034b339be387ade30a50faaeb6
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 3 Jul 2018 11:26:51 +0200
fix previous renaming
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git 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
@@ -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),