gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -implement --help for taler-bank


From: gnunet
Subject: [taler-exchange] branch master updated: -implement --help for taler-bank-manage-testing
Date: Wed, 11 Jan 2023 13:35:42 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e38f3217 -implement --help for taler-bank-manage-testing
e38f3217 is described below

commit e38f321793df7682eeb623f1948e20739a953c42
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 13:35:40 2023 +0100

    -implement --help for taler-bank-manage-testing
---
 contrib/taler-bank-manage-testing | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/contrib/taler-bank-manage-testing 
b/contrib/taler-bank-manage-testing
index f73c39a1..06ff32f0 100755
--- a/contrib/taler-bank-manage-testing
+++ b/contrib/taler-bank-manage-testing
@@ -1,9 +1,9 @@
 #!/bin/sh
 # This file is in the public domain
-# Wrapper around 'taler-bank-manage' to first configure the required
+# Wrapper around libeufin to first configure the required
 # testing accounts before launching the bank properly.
 #
-# Takes 3 arguments:
+# Takes 4 arguments:
 # $1: the Nexus port (Sandbox port prepends 1 to it)
 # $2: the database name
 # $3: exchange base URL (used to specify the default exchange)
@@ -11,6 +11,12 @@
 
 set -eu
 
+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."
+    exit 0
+fi
 if [ "$#" -ne 4 ];
 then
     echo "illegal number of parameters.  \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]