diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-06-16 11:22:07 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-06-16 11:22:07 +0200 |
commit | 17c8741e2049cde4099af3d1d132da3b48e427c5 (patch) | |
tree | d37d743d8ee4ffb025d948c22925120b5a477dde /src/benchmark | |
parent | c22a25c22b05cd8cfdb48175c0666757d07c8eb7 (diff) |
typo
Diffstat (limited to 'src/benchmark')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index 4b6465ac6..45ed28521 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -1572,7 +1572,7 @@ main (int argc, "How many coins this benchmark should instantiate", GNUNET_YES, &GNUNET_GETOPT_set_uint, &pool_size}, {'l', "limit", "LIMIT", - "Terminatet the benchmark after LIMIT operations", GNUNET_YES, + "Terminate the benchmark after LIMIT operations", GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_iterations}, GNUNET_GETOPT_OPTION_VERBOSE (&be_verbose), GNUNET_GETOPT_OPTION_END |