commit 973c6716793f498725bcd92f498532d0a51c97cb
parent fe3192a13e4f7adbe2464441ced953be5292274b
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 11 Jan 2023 13:38:34 +0100
-implement --help for taler-bank-manage-testing
Diffstat:
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" = "--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."