exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 67ee9a9ec08fa2c70c196b19a560f202ac6b2bba
parent efa567fbb473ee60a74d18177ec79ff25683c3e2
Author: MS <ms@taler.net>
Date:   Wed, 29 Jul 2020 15:55:04 +0200

adjust help message

Diffstat:
Msrc/bank-lib/taler-bank-transfer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/taler-bank-transfer.c b/src/bank-lib/taler-bank-transfer.c @@ -729,7 +729,7 @@ main (int argc, if (GNUNET_OK != GNUNET_PROGRAM_run (argc, argv, "taler-bank-transfer", - "Execute bank transfer to the exchange", + "Client tool of the Taler Wire Gateway", options, &run, NULL)) return 1;