exchange

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

commit fe3192a13e4f7adbe2464441ced953be5292274b
parent e38f321793df7682eeb623f1948e20739a953c42
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 11 Jan 2023 13:38:10 +0100

-implement --help for taler-bank-manage-testing

Diffstat:
Mcontrib/taler-bank-manage-testing | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/taler-bank-manage-testing b/contrib/taler-bank-manage-testing @@ -11,7 +11,7 @@ set -eu -if [ "$1" -eq "--help ]; +if [ "$1" -eq "--help" ]; then echo "This is a tool to launch a libeufin based bank for testing." echo "Call using: Nexus port number, SQLite file path, exchange base URL, config file path."