commit 06b7294815214f38daf3b7c93d5334bf0e00fd75
parent 87eef0bb4431cb189aba206b2da8b27637054b18
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 25 Apr 2017 09:40:51 +0200
specify exchange with '-e' at payments generator
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/samples/generate_payments.c b/src/samples/generate_payments.c
@@ -1678,7 +1678,7 @@ main (int argc,
"TIMES",
"How many times the commands should be run.",
×),
- GNUNET_GETOPT_option_flag ('r',
+ GNUNET_GETOPT_option_flag ('e',
"remote-exchange",
"Do not fork any exchange",
&remote_exchange),